Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFYAML.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-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFYAML.cpp200 void MappingTraits<DWARFYAML::PubSection>::mapping( in mapping()
201 IO &IO, DWARFYAML::PubSection &Section) { in mapping()
HDDWARFEmitter.cpp227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()