LLVM 20.0.0git
|
#include "llvm/Object/XCOFFObjectFile.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DataExtractor.h"
#include "llvm/TargetParser/SubtargetFeature.h"
#include <cstddef>
#include <cstring>
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 | ECASE(Value, String) |
#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) |
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 ECASE | ( | Value, | |
String | |||
) |
#define GETBITWITHMASK | ( | P, | |
X | |||
) | (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) |
Definition at line 1552 of file XCOFFObjectFile.cpp.
Definition at line 1554 of file XCOFFObjectFile.cpp.
#define GETVALUEWITHMASK | ( | X | ) | (Data & (TracebackTable::X)) |
Definition at line 1398 of file XCOFFObjectFile.cpp.
#define GETVALUEWITHMASKSHIFT | ( | X, | |
S | |||
) | ((Data & (TracebackTable::X)) >> (TracebackTable::S)) |
Definition at line 1399 of file XCOFFObjectFile.cpp.