Searched defs:PdbObject (Results 1 – 1 of 1) 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