LLVM
15.0.0git
|
#include "llvm/MC/MCDisassembler/MCDisassembler.h"
Public Member Functions | |
XCOFFSymbolInfo (Optional< XCOFF::StorageMappingClass > Smc, Optional< uint32_t > Idx, bool Label) | |
bool | operator< (const XCOFFSymbolInfo &SymInfo) const |
The function is for symbol sorting when symbols have the same address. More... | |
Public Attributes | |
Optional< XCOFF::StorageMappingClass > | StorageMappingClass |
Optional< uint32_t > | Index |
bool | IsLabel |
Definition at line 22 of file MCDisassembler.h.
|
inline |
Definition at line 26 of file MCDisassembler.h.
bool XCOFFSymbolInfo::operator< | ( | const XCOFFSymbolInfo & | SymInfo | ) | const |
The function is for symbol sorting when symbols have the same address.
The symbols in the same section are sorted in ascending order. llvm-objdump -D will choose the highest priority symbol to display when there are symbols with the same address.
Definition at line 80 of file MCDisassembler.cpp.
References getSMCPriority(), and IsLabel.
Definition at line 24 of file MCDisassembler.h.
bool llvm::XCOFFSymbolInfo::IsLabel |
Definition at line 25 of file MCDisassembler.h.
Referenced by operator<().
Optional<XCOFF::StorageMappingClass> llvm::XCOFFSymbolInfo::StorageMappingClass |
Definition at line 23 of file MCDisassembler.h.