|
LLVM 24.0.0git
|
Enumerations | |
| enum | ABIType { Default , Soft , Hard } |
Functions | |
| std::optional< ABIType > | parseABIType (StringRef S) |
| Parse the string spelling used by the "float-abi" IR module flag into an ABIType. | |
| StringRef | getABITypeName (ABIType ABI) |
| Returns the string spelling used by the "float-abi" IR module flag for a Soft or Hard ABIType. | |