Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp580 auto DWOContext = Context.getDWOContext(AbsolutePath); in parseDWO() local
581 if (!DWOContext) in parseDWO()
584 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO()
587 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()