Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1552 DWARFContext &OrigDwarf, in patchRangesForUnit() argument
1557 DWARFDataExtractor RangeExtractor(OrigDwarf.getDWARFObj(), in patchRangesForUnit()
1558 OrigDwarf.getDWARFObj().getRangesSection(), in patchRangesForUnit()
1559 OrigDwarf.isLittleEndian(), AddressSize); in patchRangesForUnit()
1659 DWARFContext &OrigDwarf, in patchLineTableForUnit() argument
1677 OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(), in patchLineTableForUnit()
1678 OrigDwarf.isLittleEndian(), Unit.getOrigUnit().getAddressByteSize()); in patchLineTableForUnit()
1683 LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()
1684 &Unit.getOrigUnit(), OrigDwarf.getWarningHandler())) in patchLineTableForUnit()
1685 OrigDwarf.getWarningHandler()(std::move(Err)); in patchLineTableForUnit()
[all …]
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1396 void patchLineTableForUnit(CompileUnit &Unit, DWARFContext &OrigDwarf);
2877 DWARFContext &OrigDwarf) const { in patchRangesForUnit()
2881 DataExtractor RangeExtractor(OrigDwarf.getRangeSection(), in patchRangesForUnit()
2882 OrigDwarf.isLittleEndian(), AddressSize); in patchRangesForUnit()
2980 DWARFContext &OrigDwarf) { in patchLineTableForUnit() argument
2994 StringRef LineData = OrigDwarf.getLineSection().Data; in patchLineTableForUnit()
2995 DataExtractor LineExtractor(LineData, OrigDwarf.isLittleEndian(), in patchLineTableForUnit()
2997 LineTable.parse(LineExtractor, &OrigDwarf.getLineSection().Relocs, in patchLineTableForUnit()
3120 DWARFContext &OrigDwarf, in patchFrameInfoForObject() argument
3122 StringRef FrameData = OrigDwarf.getDebugFrameSection(); in patchFrameInfoForObject()
[all …]
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h699 void patchLineTableForUnit(CompileUnit &Unit, DWARFContext &OrigDwarf,