Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h174 virtual const DWARFSection &getLocSection() = 0;
257 const DWARFSection &getLocSection() override { return LocSection; } in getLocSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp276 DataExtractor LocData(getLocSection().Data, isLittleEndian(), 0); in getDebugLoc()
277 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs)); in getDebugLoc()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp728 const DWARFSection &InputSec = Dwarf.getLocSection(); in emitLocationsForUnit()