Searched refs:TrieParser (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp298 class TrieParser { class in namespace:__anon1202
300 TrieParser(const uint8_t *buf, size_t size, const TrieEntryCallback &callback) function in class:__anon1202::TrieParser
314 void TrieParser::parse(const uint8_t *buf, const Twine &cumulativeString) {
344 TrieParser(buf, size, callback).parse();

Completed in 163 milliseconds