Home
last modified time | relevance | path

Searched defs:Trie (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp290 ArrayRef<uint8_t> Trie = MachOObj.getDyldInfoExportsTrie(); in readExportInfo() local
H A DMachOObject.h291 ArrayRef<uint8_t> Trie; member
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp168 const FunctionCallTrie &Trie) XRAY_NEVER_INSTRUMENT { in populateRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h117 ArrayRef<uint8_t> Trie; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3228 MachOObjectFile::exports(Error &E, ArrayRef<uint8_t> Trie, in exports()
3243 ArrayRef<uint8_t> Trie; in exports() local