Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h213 virtual const DWARFSection &getLocDWOSection() = 0;
311 const DWARFSection &getLocDWOSection() override { return LocDWOSection; } in getLocDWOSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp335 DataExtractor LocData(getLocDWOSection().Data, isLittleEndian(), 0); in getDebugLocDWO()