Home
last modified time | relevance | path

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

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