Searched refs:PubSection (Results 1 – 3 of 3) sorted by relevance
85 struct PubSection { struct246 std::optional<PubSection> PubNames;247 std::optional<PubSection> PubTypes;249 std::optional<PubSection> GNUPubNames;250 std::optional<PubSection> GNUPubTypes;349 template <> struct MappingTraits<DWARFYAML::PubSection> { in LLVM_YAML_IS_SEQUENCE_VECTOR()350 LLVM_ABI 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()
223 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()