Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h186 virtual const DWARFSection &getInfoDWOSection() = 0;
273 const DWARFSection &getInfoDWOSection() override { return InfoDWOSection; } in getInfoDWOSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp358 DWOCUs.parseDWO(*this, getInfoDWOSection()); in parseDWOCompileUnits()