HomeSort by: relevance | last modified time | path
    Searched refs:ExportsTrie (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.h 41 extern bool ExportsTrie;
llvm-objdump.cpp 2260 if (ExportsTrie)
2600 (Bind || DataInCode || DylibId || DylibsUsed || ExportsTrie ||
MachODump.cpp 67 bool objdump::ExportsTrie;
97 ExportsTrie = InputArgs.hasArg(OBJDUMP_exports_trie);
1897 if (Disassemble || Relocations || PrivateHeaders || ExportsTrie || Rebase ||
1985 if (ExportsTrie)
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 554 auto ExportsTrie = Obj.getDyldInfoExportsTrie();
555 processExportNode(ExportsTrie.begin(), ExportsTrie.end(), LEData.ExportTrie);

Completed in 25 milliseconds