Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.h127 struct SymbolDesc { struct
132 friend bool operator<(const SymbolDesc &s1, const SymbolDesc &s2) { argument
136 std::map<SymbolDesc, StringRef> Functions;
137 std::map<SymbolDesc, StringRef> Objects;
DLLVMSymbolize.cpp120 SymbolDesc SD = { SymbolAddress, SymbolSize }; in addSymbol()
130 SymbolDesc SD = { Address, Address }; in getNameFromSymbolTable()