LLVM 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::orc |
Functions | |
bool | llvm::orc::isELFInitializerSection (StringRef SecName) |
bool | llvm::orc::isCOFFInitializerSection (StringRef Name) |
Variables | |
StringRef | llvm::orc::ELFEHFrameSectionName = ".eh_frame" |
StringRef | llvm::orc::ELFInitArrayFuncSectionName = ".init_array" |
StringRef | llvm::orc::ELFInitFuncSectionName = ".init" |
StringRef | llvm::orc::ELFFiniArrayFuncSectionName = ".fini_array" |
StringRef | llvm::orc::ELFFiniFuncSectionName = ".fini" |
StringRef | llvm::orc::ELFCtorArrayFuncSectionName = ".ctors" |
StringRef | llvm::orc::ELFDtorArrayFuncSectionName = ".dtors" |
StringRef | llvm::orc::ELFInitSectionNames [3] |
StringRef | llvm::orc::ELFThreadBSSSectionName = ".tbss" |
StringRef | llvm::orc::ELFThreadDataSectionName = ".tdata" |