Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.h143 virtual const Section &getLocSection() = 0;
215 virtual const Section &getLocSection() { return LocSection; } in getLocSection() function
HDDWARFContext.cpp222 DataExtractor LocData(getLocSection().Data, isLittleEndian(), 0); in getDebugLoc()
223 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs)); in getDebugLoc()