Home
last modified time | relevance | path

Searched refs:PubEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h78 struct PubEntry { struct
90 std::vector<PubEntry> Entries; argument
258 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::PubEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
315 template <> struct MappingTraits<DWARFYAML::PubEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
316 static void mapping(IO &IO, DWARFYAML::PubEntry &Entry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp163 void MappingTraits<DWARFYAML::PubEntry>::mapping(IO &IO, in mapping()
164 DWARFYAML::PubEntry &Entry) { in mapping()