Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h84 struct PubSection { struct
242 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp200 void MappingTraits<DWARFYAML::PubSection>::mapping( in mapping()
201 IO &IO, DWARFYAML::PubSection &Section) { in mapping()
H A DDWARFEmitter.cpp227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()