Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp416 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit() local
417 DataExtractor Data(InputSec.Data, Dwarf.isLittleEndian(), AddressSize); in emitLocationsForUnit()
456 StringRef Input = InputSec.Data.substr(Offset, Length); in emitLocationsForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp845 const DWARFSection &InputSec = Dwarf.getLocSection(); in emitLocationsForUnit() local
846 DataExtractor Data(InputSec.Data, Dwarf.isLittleEndian(), AddressSize); in emitLocationsForUnit()
876 StringRef(InputSec.Data.substr(Offset, Length))); in emitLocationsForUnit()