Home
last modified time | relevance | path

Searched refs:IsGNUStyle (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp94 if (Y.IsGNUStyle) in dumpPubSection()
103 Y.PubNames.IsGNUStyle = false; in dumpDebugPubSections()
106 Y.PubTypes.IsGNUStyle = false; in dumpDebugPubSections()
109 Y.GNUPubNames.IsGNUStyle = true; in dumpDebugPubSections()
112 Y.GNUPubTypes.IsGNUStyle = true; in dumpDebugPubSections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp80 if (reinterpret_cast<DWARFYAML::PubSection *>(IO.getContext())->IsGNUStyle) in mapping()
DDWARFEmitter.cpp127 if (Sect.IsGNUStyle) in EmitPubSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h86 bool IsGNUStyle = false; member