Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp36 if (!DWARF.GNUPubNames.Entries.empty() || !IO.outputting()) in mapping()
37 IO.mapOptional("debug_gnu_pubnames", DWARF.GNUPubNames); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp109 Y.GNUPubNames.IsGNUStyle = true; in dumpDebugPubSections()
110 dumpPubSection(DCtx, Y.GNUPubNames, D.getGnuPubNamesSection()); in dumpDebugPubSections()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h152 PubSection GNUPubNames; member