Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp270 : DWOFile(), DWOContext(), DWOU(nullptr) { in DWOHolder()
277 DWOFile = std::move(Obj.get()); in DWOHolder()
279 cast<DWARFContext>(new DWARFContextInMemory(*DWOFile.getBinary()))); in DWOHolder()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h130 object::OwningBinary<object::ObjectFile> DWOFile; variable