Searched refs:DWOFile (Results 1 – 2 of 2) sorted by relevance
238 DWARFUnit::DWOHolder::DWOHolder(object::ObjectFile *DWOFile) in DWOHolder() argument239 : DWOFile(DWOFile), in DWOHolder()240 DWOContext(cast<DWARFContext>(DIContext::getDWARFContext(DWOFile))), in DWOHolder()263 ErrorOr<object::ObjectFile *> DWOFile = in parseDWO() local265 if (!DWOFile) in parseDWO()268 DWO.reset(new DWOHolder(DWOFile.get())); in parseDWO()
51 std::unique_ptr<object::ObjectFile> DWOFile; variable55 DWOHolder(object::ObjectFile *DWOFile);