Home
last modified time | relevance | path

Searched full:exporttrie (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/ObjectYAML/MachO/
Dexport_trie.yaml142 ExportTrie:
175 #CHECK: ExportTrie:
/external/llvm/test/tools/llvm-ar/Inputs/
Dmacho.yaml37 ExportTrie:
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp141 IO.mapOptional("ExportTrie", LinkEditData.ExportTrie); in mapping()
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h100 MachOYAML::ExportEntry ExportTrie; member
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp320 dumpExportEntry(OS, Obj.LinkEdit.ExportTrie); in writeExportTrie()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp426 processExportNode(ExportsTrie.begin(), ExportsTrie.end(), LEData.ExportTrie); in dumpExportTrie()