Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h78 struct PubEntry { struct
90 std::vector<PubEntry> Entries; argument
281 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::PubEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
341 template <> struct MappingTraits<DWARFYAML::PubEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
342 static void mapping(IO &IO, DWARFYAML::PubEntry &Entry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp192 void MappingTraits<DWARFYAML::PubEntry>::mapping(IO &IO, in mapping()
193 DWARFYAML::PubEntry &Entry) { in mapping()