Home
last modified time | relevance | path

Searched refs:PubSection (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h81 struct PubSection { struct
149 PubSection PubNames;
150 PubSection PubTypes;
152 PubSection GNUPubNames;
153 PubSection GNUPubTypes;
206 template <> struct MappingTraits<DWARFYAML::PubSection> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
207 static void mapping(IO &IO, DWARFYAML::PubSection &Section); in LLVM_YAML_IS_SEQUENCE_VECTOR()
DDWARFEmitter.h30 struct PubSection;
36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp80 if (reinterpret_cast<DWARFYAML::PubSection *>(IO.getContext())->IsGNUStyle) in mapping()
85 void MappingTraits<DWARFYAML::PubSection>::mapping( in mapping()
86 IO &IO, DWARFYAML::PubSection &Section) { in mapping()
DDWARFEmitter.cpp119 const DWARFYAML::PubSection &Sect, in EmitPubSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp83 void dumpPubSection(DWARFContext &DCtx, DWARFYAML::PubSection &Y, in dumpPubSection()