Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp172 void TrieBuilder::sortAndBuild(MutableArrayRef<const Symbol *> vec, in sortAndBuild() function in TrieBuilder
205 sortAndBuild(vec.slice(0, i), node, lastPos, pos); in sortAndBuild()
206 sortAndBuild(vec.slice(j), node, lastPos, pos); in sortAndBuild()
225 sortAndBuild(exported, root, 0, 0); in build()
H A DExportTrie.h33 void sortAndBuild(llvm::MutableArrayRef<const Symbol *> vec, TrieNode *node,