LLVM 22.0.0git
|
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/XCOFF.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Endian.h"
#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 > |
#define GETVALUE | ( | 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().
#define GETVALUE | ( | X | ) |
Definition at line 383 of file XCOFFObjectFile.h.