LLVM
15.0.0git
|
#include "llvm/Object/XCOFFObjectFile.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/DataExtractor.h"
#include <cstddef>
#include <cstring>
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::object | |
Macros | |
#define | GETVALUEWITHMASK(X) (Data & (TracebackTable::X)) |
#define | GETVALUEWITHMASKSHIFT(X, S) ((Data & (TracebackTable::X)) >> (TracebackTable::S)) |
#define | GETBITWITHMASK(P, X) (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) |
#define | GETBITWITHMASKSHIFT(P, X, S) |
Functions | |
template<typename T > | |
static Expected< const T * > | llvm::object::getObject (MemoryBufferRef M, const void *Ptr, const uint64_t Size=sizeof(T)) |
static uintptr_t | llvm::object::getWithOffset (uintptr_t Base, ptrdiff_t Offset) |
template<typename T > | |
static const T * | llvm::object::viewAs (uintptr_t in) |
static StringRef | llvm::object::generateXCOFFFixedNameStringRef (const char *Name) |
template llvm::Expected< llvm::ArrayRef< llvm::object::XCOFFRelocation64 > > | llvm::object::llvm::object::XCOFFObjectFile::relocations< llvm::object::XCOFFSectionHeader64, llvm::object::XCOFFRelocation64 > (llvm::object::XCOFFSectionHeader64 const &) const |
template llvm::Expected< llvm::ArrayRef< llvm::object::XCOFFRelocation32 > > | llvm::object::llvm::object::XCOFFObjectFile::relocations< llvm::object::XCOFFSectionHeader32, llvm::object::XCOFFRelocation32 > (llvm::object::XCOFFSectionHeader32 const &) const |
bool | llvm::object::doesXCOFFTracebackTableBegin (ArrayRef< uint8_t > Bytes) |
Variables | |
static const uint8_t | llvm::object::FunctionSym = 0x20 |
static const uint16_t | llvm::object::NoRelMask = 0x0001 |
static const size_t | llvm::object::SymbolAuxTypeOffset = 17 |
#define GETBITWITHMASK | ( | P, | |
X | |||
) | (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) |
Definition at line 1402 of file XCOFFObjectFile.cpp.
Definition at line 1404 of file XCOFFObjectFile.cpp.
#define GETVALUEWITHMASK | ( | X | ) | (Data & (TracebackTable::X)) |
Definition at line 1256 of file XCOFFObjectFile.cpp.
#define GETVALUEWITHMASKSHIFT | ( | X, | |
S | |||
) | ((Data & (TracebackTable::X)) >> (TracebackTable::S)) |
Definition at line 1257 of file XCOFFObjectFile.cpp.