Home
last modified time | relevance | path

Searched refs:ExportsTrie (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp425 auto ExportsTrie = Obj.getDyldInfoExportsTrie(); in dumpExportTrie() local
426 processExportNode(ExportsTrie.begin(), ExportsTrie.end(), LEData.ExportTrie); in dumpExportTrie()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp454 auto ExportsTrie = Obj.getDyldInfoExportsTrie(); in dumpExportTrie() local
455 processExportNode(ExportsTrie.begin(), ExportsTrie.end(), LEData.ExportTrie); in dumpExportTrie()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h39 extern cl::opt<bool> ExportsTrie;
Dllvm-objdump.cpp94 llvm::ExportsTrie("exports-trie", cl::desc("Display mach-o exported symbols")); member in llvm
1682 if (ExportsTrie) in DumpObject()
1780 && !ExportsTrie in main()
DMachODump.cpp1234 if (Disassemble || PrivateHeaders || ExportsTrie || Rebase || Bind || SymbolTable || in ProcessMachO()
1281 if (ExportsTrie) in ProcessMachO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.h44 extern cl::opt<bool> ExportsTrie;
Dllvm-objdump.cpp124 llvm::ExportsTrie("exports-trie", cl::desc("Display mach-o exported symbols")); member in llvm
2284 if (ExportsTrie) in DumpObject()
2410 && !ExportsTrie in main()
DMachODump.cpp1580 if (Disassemble || Relocations || PrivateHeaders || ExportsTrie || Rebase || in ProcessMachO()
1652 if (ExportsTrie) in ProcessMachO()