Home
last modified time | relevance | path

Searched refs:OffsetNamePair (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp91 struct OffsetNamePair { struct
95 bool operator<(const OffsetNamePair &R) const { in operator <() argument
105 std::vector<OffsetNamePair> ExportSyms; in addCoffExportSymbols()
113 ExportSyms.push_back(OffsetNamePair{Offset, Name}); in addCoffExportSymbols()
125 OffsetNamePair &Export = *I; in addCoffExportSymbols()