Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp75 struct OffsetNamePair { struct
78 bool operator<(const OffsetNamePair &R) const { in operator <() argument
87 std::vector<OffsetNamePair> ExportSyms; in addCoffExportSymbols()
95 ExportSyms.push_back(OffsetNamePair{Offset, Name}); in addCoffExportSymbols()
107 OffsetNamePair &Export = *I; in addCoffExportSymbols()