Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h80 struct PubSection { struct
148 PubSection PubNames;
149 PubSection PubTypes;
151 PubSection GNUPubNames;
152 PubSection GNUPubTypes;
203 template <> struct MappingTraits<DWARFYAML::PubSection> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
204 static void mapping(IO &IO, DWARFYAML::PubSection &Section); in LLVM_YAML_IS_SEQUENCE_VECTOR()
DDWARFEmitter.h29 struct PubSection;
35 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
/external/llvm-project/llvm/unittests/ObjectYAML/
DDWARFYAMLTest.cpp95 DWARFYAML::PubSection PubNames = Data.PubNames.getValue(); in TEST()
104 DWARFYAML::PubSection PubTypes = Data.PubTypes.getValue(); in TEST()
161 DWARFYAML::PubSection GNUPubNames = Data.GNUPubNames.getValue(); in TEST()
172 DWARFYAML::PubSection GNUPubTypes = Data.GNUPubTypes.getValue(); in TEST()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h83 struct PubSection { struct
219 Optional<PubSection> PubNames;
220 Optional<PubSection> PubTypes;
222 Optional<PubSection> GNUPubNames;
223 Optional<PubSection> GNUPubTypes;
318 template <> struct MappingTraits<DWARFYAML::PubSection> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
319 static void mapping(IO &IO, DWARFYAML::PubSection &Section); in LLVM_YAML_IS_SEQUENCE_VECTOR()
DDWARFEmitter.h29 struct PubSection;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp79 if (reinterpret_cast<DWARFYAML::PubSection *>(IO.getContext())->IsGNUStyle) in mapping()
84 void MappingTraits<DWARFYAML::PubSection>::mapping( in mapping()
85 IO &IO, DWARFYAML::PubSection &Section) { in mapping()
DDWARFEmitter.cpp118 const DWARFYAML::PubSection &Sect, in EmitPubSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp173 void MappingTraits<DWARFYAML::PubSection>::mapping( in mapping()
174 IO &IO, DWARFYAML::PubSection &Section) { in mapping()
DDWARFEmitter.cpp227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp167 static Optional<DWARFYAML::PubSection>
170 DWARFYAML::PubSection Y; in dumpPubSection()