Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp98 struct OffsetNamePair { struct
102 bool operator<(const OffsetNamePair &R) const { in operator <() argument
112 std::vector<OffsetNamePair> ExportSyms; in addCoffExportSymbols()
120 ExportSyms.push_back(OffsetNamePair{Offset, Name}); in addCoffExportSymbols()
132 OffsetNamePair &Export = *I; in addCoffExportSymbols()