Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp88 std::vector<OffsetNamePair> ExportSyms; in addCoffExportSymbols() local
96 ExportSyms.push_back(OffsetNamePair{Offset, Name}); in addCoffExportSymbols()
98 if (ExportSyms.empty()) in addCoffExportSymbols()
102 array_pod_sort(ExportSyms.begin(), ExportSyms.end()); in addCoffExportSymbols()
107 for (auto I = ExportSyms.begin(), E = ExportSyms.end(); I != E; ++I) { in addCoffExportSymbols()