LLVM 22.0.0git
ObjectFormats.h File Reference

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

LLVM_ABI bool llvm::orc::isELFInitializerSection (StringRef SecName)
LLVM_ABI bool llvm::orc::isCOFFInitializerSection (StringRef Name)

Variables

LLVM_ABI StringRef llvm::orc::ELFEHFrameSectionName = ".eh_frame"
LLVM_ABI StringRef llvm::orc::ELFInitArrayFuncSectionName = ".init_array"
LLVM_ABI StringRef llvm::orc::ELFInitFuncSectionName = ".init"
LLVM_ABI StringRef llvm::orc::ELFFiniArrayFuncSectionName = ".fini_array"
LLVM_ABI StringRef llvm::orc::ELFFiniFuncSectionName = ".fini"
LLVM_ABI StringRef llvm::orc::ELFCtorArrayFuncSectionName = ".ctors"
LLVM_ABI StringRef llvm::orc::ELFDtorArrayFuncSectionName = ".dtors"
LLVM_ABI StringRef llvm::orc::ELFInitSectionNames [3]
LLVM_ABI StringRef llvm::orc::ELFThreadBSSSectionName = ".tbss"
LLVM_ABI StringRef llvm::orc::ELFThreadDataSectionName = ".tdata"