Home
last modified time | relevance | path

Searched refs:GNUPubTypes (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp38 if (!DWARF.GNUPubTypes.Entries.empty() || !IO.outputting()) in mapping()
39 IO.mapOptional("debug_gnu_pubtypes", DWARF.GNUPubTypes); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp112 Y.GNUPubTypes.IsGNUStyle = true; in dumpDebugPubSections()
113 dumpPubSection(DCtx, Y.GNUPubTypes, D.getGnuPubTypesSection()); in dumpDebugPubSections()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h153 PubSection GNUPubTypes; member