Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp105 std::vector<OffsetNamePair> ExportSyms; in addCoffExportSymbols() local
113 ExportSyms.push_back(OffsetNamePair{Offset, Name}); in addCoffExportSymbols()
115 if (ExportSyms.empty()) in addCoffExportSymbols()
119 array_pod_sort(ExportSyms.begin(), ExportSyms.end()); in addCoffExportSymbols()
124 for (auto I = ExportSyms.begin(), E = ExportSyms.end(); I != E; ++I) { in addCoffExportSymbols()