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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp236 class TrieParser { class in namespace:__anon2713
238 TrieParser(const uint8_t *buf, size_t size, const TrieEntryCallback &callback) function in class:__anon2713::TrieParser
252 void TrieParser::parse(const uint8_t *buf, const Twine &cumulativeString) {
282 TrieParser(buf, size, callback).parse();

Completed in 100 milliseconds