HomeSort by relevance Sort by last modified time
    Searched refs:DWOFile (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFUnit.cpp 238 DWARFUnit::DWOHolder::DWOHolder(object::ObjectFile *DWOFile)
239 : DWOFile(DWOFile),
240 DWOContext(cast<DWARFContext>(DIContext::getDWARFContext(DWOFile))),
263 ErrorOr<object::ObjectFile *> DWOFile =
265 if (!DWOFile)
268 DWO.reset(new DWOHolder(DWOFile.get()));
DWARFUnit.h 51 std::unique_ptr<object::ObjectFile> DWOFile;
55 DWOHolder(object::ObjectFile *DWOFile);

Completed in 1205 milliseconds