Home
last modified time | relevance | path

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

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