Searched refs:PdbObject (Results 1 – 8 of 8) sorted by relevance
58 struct PdbObject { struct72 template <> struct MappingTraits<pdb::yaml::PdbObject> { argument73 static void mapping(IO &IO, pdb::yaml::PdbObject &Obj);
40 yaml::PdbObject Obj;
107 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping()
311 pdb::yaml::PdbObject YamlObj; in yamlToPdb()
98 struct PdbObject { struct99 explicit PdbObject(BumpPtrAllocator &Allocator) : Allocator(Allocator) {} in PdbObject() argument118 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbObject) argument
44 yaml::PdbObject Obj;
104 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping()
761 pdb::yaml::PdbObject YamlObj(Allocator); in yamlToPdb()