Searched refs:PubSection (Results 1 – 5 of 5) sorted by relevance
81 struct PubSection { struct149 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()
30 struct PubSection;36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
80 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()
119 const DWARFYAML::PubSection &Sect, in EmitPubSection()
83 void dumpPubSection(DWARFContext &DCtx, DWARFYAML::PubSection &Y, in dumpPubSection()