Searched refs:ExportsTrie (Results 1 – 8 of 8) sorted by relevance
425 auto ExportsTrie = Obj.getDyldInfoExportsTrie(); in dumpExportTrie() local426 processExportNode(ExportsTrie.begin(), ExportsTrie.end(), LEData.ExportTrie); in dumpExportTrie()
454 auto ExportsTrie = Obj.getDyldInfoExportsTrie(); in dumpExportTrie() local455 processExportNode(ExportsTrie.begin(), ExportsTrie.end(), LEData.ExportTrie); in dumpExportTrie()
39 extern cl::opt<bool> ExportsTrie;
94 llvm::ExportsTrie("exports-trie", cl::desc("Display mach-o exported symbols")); member in llvm1682 if (ExportsTrie) in DumpObject()1780 && !ExportsTrie in main()
1234 if (Disassemble || PrivateHeaders || ExportsTrie || Rebase || Bind || SymbolTable || in ProcessMachO()1281 if (ExportsTrie) in ProcessMachO()
44 extern cl::opt<bool> ExportsTrie;
124 llvm::ExportsTrie("exports-trie", cl::desc("Display mach-o exported symbols")); member in llvm2284 if (ExportsTrie) in DumpObject()2410 && !ExportsTrie in main()
1580 if (Disassemble || Relocations || PrivateHeaders || ExportsTrie || Rebase || in ProcessMachO()1652 if (ExportsTrie) in ProcessMachO()