Searched defs:PdbObject (Results 1 – 2 of 2) 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
58 struct PdbObject { struct72 template <> struct MappingTraits<pdb::yaml::PdbObject> { argument