Searched refs:ExportSyms (Results 1 – 1 of 1) sorted by relevance
87 std::vector<OffsetNamePair> ExportSyms; in addCoffExportSymbols() local95 ExportSyms.push_back(OffsetNamePair{Offset, Name}); in addCoffExportSymbols()97 if (ExportSyms.empty()) in addCoffExportSymbols()101 array_pod_sort(ExportSyms.begin(), ExportSyms.end()); in addCoffExportSymbols()106 for (auto I = ExportSyms.begin(), E = ExportSyms.end(); I != E; ++I) { in addCoffExportSymbols()