Home
last modified time | relevance | path

Searched refs:DWOFile (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFUnit.cpp238 DWARFUnit::DWOHolder::DWOHolder(object::ObjectFile *DWOFile) in DWOHolder() argument
239 : DWOFile(DWOFile), in DWOHolder()
240 DWOContext(cast<DWARFContext>(DIContext::getDWARFContext(DWOFile))), in DWOHolder()
263 ErrorOr<object::ObjectFile *> DWOFile = in parseDWO() local
265 if (!DWOFile) in parseDWO()
268 DWO.reset(new DWOHolder(DWOFile.get())); in parseDWO()
DDWARFUnit.h51 std::unique_ptr<object::ObjectFile> DWOFile; variable
55 DWOHolder(object::ObjectFile *DWOFile);