Searched refs:PdbObject (Results 1 – 4 of 4) sorted by relevance
98 struct PdbObject { struct99 explicit PdbObject(BumpPtrAllocator &Allocator) : Allocator(Allocator) {} in PdbObject() function118 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()