Searched refs:PubSection (Results 1 – 10 of 10) sorted by relevance
80 struct PubSection { struct148 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()
29 struct PubSection;35 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
95 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()
83 struct PubSection { struct219 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()
29 struct PubSection;
79 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()
118 const DWARFYAML::PubSection &Sect, in EmitPubSection()
173 void MappingTraits<DWARFYAML::PubSection>::mapping( in mapping()174 IO &IO, DWARFYAML::PubSection &Section) { in mapping()
227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()
167 static Optional<DWARFYAML::PubSection>170 DWARFYAML::PubSection Y; in dumpPubSection()