Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp230 const Symbol *pivotSymbol = vec[vec.size() / 2]; in sortAndBuild() local
231 int pivot = charAt(pivotSymbol, pos); in sortAndBuild()
248 node->edges.emplace_back(pivotSymbol->getName().slice(lastPos, pos), in sortAndBuild()
259 node->info = ExportInfo(*pivotSymbol, imageBase); in sortAndBuild()