Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp253 : DWOFile(), DWOContext(), DWOU(nullptr) { in DWOHolder()
257 DWOFile = std::move(Obj.get()); in DWOHolder()
259 cast<DWARFContext>(DIContext::getDWARFContext(*DWOFile.getBinary()))); in DWOHolder()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h128 object::OwningBinary<object::ObjectFile> DWOFile; variable