LLVM: include/llvm/Object/XCOFFObjectFile.h File Reference (original) (raw)
#include "[llvm/ADT/SmallString.h](SmallString%5F8h%5Fsource.html)"#include "[llvm/ADT/SmallVector.h](SmallVector%5F8h%5Fsource.html)"#include "[llvm/ADT/iterator_range.h](iterator%5F%5Frange%5F8h%5Fsource.html)"#include "[llvm/BinaryFormat/XCOFF.h](BinaryFormat%5F2XCOFF%5F8h%5Fsource.html)"#include "[llvm/Object/ObjectFile.h](ObjectFile%5F8h%5Fsource.html)"#include "[llvm/Support/Compiler.h](Compiler%5F8h%5Fsource.html)"#include "[llvm/Support/Endian.h](Endian%5F8h%5Fsource.html)"#include <limits>
Go to the source code of this file.
| Namespaces | |
|---|---|
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::object |
| Macros | |
|---|---|
| #define | GETVALUE(X) |
| #define | GETVALUE(X) |
| Typedefs | |
|---|---|
| typedef ExceptionSectionEntry< support::ubig32_t > | llvm::object::ExceptionSectionEntry32 |
| typedef ExceptionSectionEntry< support::ubig64_t > | llvm::object::ExceptionSectionEntry64 |
| Functions | |
|---|---|
| LLVM_ABI bool | llvm::object::doesXCOFFTracebackTableBegin (ArrayRef< uint8_t > Bytes) |
| Variables | |
|---|---|
| template struct LLVM_TEMPLATE_ABI | llvm::object::XCOFFSectionHeader< XCOFFSectionHeader32 > |
| template struct LLVM_TEMPLATE_ABI | llvm::object::XCOFFSectionHeader< XCOFFSectionHeader64 > |
| template struct LLVM_TEMPLATE_ABI | llvm::object::ExceptionSectionEntry< support::ubig32_t > |
| template struct LLVM_TEMPLATE_ABI | llvm::object::ExceptionSectionEntry< support::ubig64_t > |
| template struct LLVM_TEMPLATE_ABI | llvm::object::XCOFFRelocation< llvm::support::ubig32_t > |
| template struct LLVM_TEMPLATE_ABI | llvm::object::XCOFFRelocation< llvm::support::ubig64_t > |
Macro Definition Documentation
◆ GETVALUE [1/2]
| #define GETVALUE | ( | X | ) |
|---|
Value:
Entry32 ? Entry32->X : Entry64->X
Definition at line 383 of file XCOFFObjectFile.h.
Referenced by llvm::object::XCOFFSymbolRef::getCPUTypeIddForCFile(), llvm::object::XCOFFSymbolRef::getLanguageIdForCFile(), llvm::object::XCOFFSymbolRef::getNumberOfAuxEntries(), llvm::object::XCOFFCsectAuxRef::getParameterHashIndex(), llvm::object::XCOFFSymbolRef::getSectionNumber(), llvm::object::XCOFFSymbolRef::getStorageClass(), llvm::object::XCOFFCsectAuxRef::getStorageMappingClass(), llvm::object::XCOFFCsectAuxRef::getSymbolAlignmentAndType(), llvm::object::XCOFFSymbolRef::getSymbolType(), and llvm::object::XCOFFCsectAuxRef::getTypeChkSectNum().
◆ GETVALUE [2/2]
| #define GETVALUE | ( | X | ) |
|---|
Value:
getObject()->is64Bit() \
? reinterpret_cast<const XCOFFSymbolEntry64 *>(getRawDataRefImpl().p)->X \
: reinterpret_cast<const XCOFFSymbolEntry32 *>(getRawDataRefImpl().p)->X
aarch64 promote const
Definition AArch64PromoteConstant.cpp:228
static Error getObject(const T *&Obj, MemoryBufferRef M, const void *Ptr, const uint64_t Size=sizeof(T))
Definition COFFObjectFile.cpp:57
static TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class")
Definition at line 383 of file XCOFFObjectFile.h.