Searched refs:DWOContext (Results 1 – 1 of 1) sorted by relevance
580 auto DWOContext = Context.getDWOContext(AbsolutePath); in parseDWO() local581 if (!DWOContext) in parseDWO()584 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO()587 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()