Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h140 void addUnitsForDWOSection(DWARFContext &C, const DWARFSection &DWOSection,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp921 DWOUnits.addUnitsForDWOSection(*this, S, DW_SECT_INFO, Lazy); in parseDWOUnits()
925 DWOUnits.addUnitsForDWOSection(*this, S, DW_SECT_TYPES, Lazy); in parseDWOUnits()
DDWARFUnit.cpp47 void DWARFUnitVector::addUnitsForDWOSection(DWARFContext &C, in addUnitsForDWOSection() function in DWARFUnitVector