Searched defs:PdbObject (Results 1 – 1 of 1) sorted by relevance
96 struct PdbObject { struct97 explicit PdbObject(BumpPtrAllocator &Allocator) : Allocator(Allocator) {} in PdbObject() function116 LLVM_YAML_DECLARE_MAPPING_TRAITS_PRIVATE(pdb::yaml::PdbObject) argument