Home
last modified time | relevance | path

Searched refs:SymbolDesc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h63 struct SymbolDesc { struct
68 friend bool operator<(const SymbolDesc &s1, const SymbolDesc &s2) { argument
72 std::map<SymbolDesc, StringRef> Functions;
73 std::map<SymbolDesc, StringRef> Objects;
DSymbolizableObjectFile.cpp113 SymbolDesc SD = {SymbolStart, SymbolSize}; in addCoffExportSymbols()
155 SymbolDesc SD = { SymbolAddress, SymbolSize }; in addSymbol()
180 SymbolDesc SD = { Address, Address }; in getNameFromSymbolTable()