Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h868 const char *DyldExportsTrieLoadCmd = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1397 *this, Load, I, &DyldExportsTrieLoadCmd, "LC_DYLD_EXPORTS_TRIE", in MachOObjectFile()
3246 else if (DyldExportsTrieLoadCmd) in exports()
5253 if (!DyldExportsTrieLoadCmd) in getDyldExportsTrie()
5257 *this, DyldExportsTrieLoadCmd); in getDyldExportsTrie()