Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h77 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp741 if (AbbrevDWO) in getDebugAbbrevDWO()
742 return AbbrevDWO.get(); in getDebugAbbrevDWO()
745 AbbrevDWO.reset(new DWARFDebugAbbrev()); in getDebugAbbrevDWO()
746 AbbrevDWO->extract(abbrData); in getDebugAbbrevDWO()
747 return AbbrevDWO.get(); in getDebugAbbrevDWO()