Go to the documentation of this file.
43 #define SMC_PCASE(A, P) \
44 case XCOFF::XMC_##A: \
86 return SymInfo.StorageMappingClass.hasValue();
static uint8_t getSMCPriority(XCOFF::StorageMappingClass SMC)
bool operator<(const XCOFFSymbolInfo &SymInfo) const
The function is for symbol sorting when symbols have the same address.
This is an optimization pass for GlobalISel generic memory operations.
virtual Optional< DecodeStatus > onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size, ArrayRef< uint8_t > Bytes, uint64_t Address, raw_ostream &CStream) const
Used to perform separate target specific disassembly for a particular symbol.
Instances of this class represent a single low-level machine instruction.
raw_ostream * CommentStream
This class implements an extremely fast bulk output stream that can only output to a stream.
void setSymbolizer(std::unique_ptr< MCSymbolizer > Symzer)
Set Symzer as the current symbolizer.
StorageMappingClass
Storage Mapping Class definitions.
virtual ~MCDisassembler()
void tryAddingPcLoadReferenceComment(int64_t Value, uint64_t Address) const
compiles ldr LCPI1_0 ldr ldr mov lsr tst moveq r1 ldr LCPI1_1 and r0 bx lr It would be better to do something like to fold the shift into the conditional move
bool tryAddingSymbolicOperand(MCInst &Inst, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) const
SymInfo contains information about symbol: it's address and section index which is -1LL for absolute ...
LLVM Value Representation.
std::unique_ptr< MCSymbolizer > Symbolizer