Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp76 struct OffsetNamePair { struct
79 bool operator<(const OffsetNamePair &R) const { in operator <() argument
88 std::vector<OffsetNamePair> ExportSyms; in addCoffExportSymbols()
96 ExportSyms.push_back(OffsetNamePair{Offset, Name}); in addCoffExportSymbols()
108 OffsetNamePair &Export = *I; in addCoffExportSymbols()