Searched refs:sortAndBuild (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | ExportTrie.cpp | 177 void TrieBuilder::sortAndBuild(MutableArrayRef<const Symbol *> vec, in sortAndBuild() function in TrieBuilder 210 sortAndBuild(vec.slice(0, i), node, lastPos, pos); in sortAndBuild() 211 sortAndBuild(vec.slice(j), node, lastPos, pos); in sortAndBuild() 230 sortAndBuild(exported, root, 0, 0); in build()
|
| H A D | ExportTrie.h | 33 void sortAndBuild(llvm::MutableArrayRef<const Symbol *> vec, TrieNode *node,
|