Searched refs:PubSection (Results 1 – 3 of 3) sorted by relevance
84 struct PubSection { struct242 std::optional<PubSection> PubNames;243 std::optional<PubSection> PubTypes;245 std::optional<PubSection> GNUPubNames;246 std::optional<PubSection> GNUPubTypes;345 template <> struct MappingTraits<DWARFYAML::PubSection> { in LLVM_YAML_IS_SEQUENCE_VECTOR()346 static void mapping(IO &IO, DWARFYAML::PubSection &Section); in LLVM_YAML_IS_SEQUENCE_VECTOR()
200 void MappingTraits<DWARFYAML::PubSection>::mapping( in mapping()201 IO &IO, DWARFYAML::PubSection &Section) { in mapping()
227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()