Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1575 DWARFContext &OrigDwarf, in patchRangesForUnit() argument
1580 DWARFDataExtractor RangeExtractor(OrigDwarf.getDWARFObj(), in patchRangesForUnit()
1681 DWARFContext &OrigDwarf, in patchLineTableForUnit() argument
1699 OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(), in patchLineTableForUnit()
1700 OrigDwarf.isLittleEndian(), Unit.getOrigUnit().getAddressByteSize()); in patchLineTableForUnit()
1705 LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()
1707 OrigDwarf.getWarningHandler()(std::move(Err)); in patchLineTableForUnit()
1801 StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data; in patchLineTableForUnit()
1883 DWARFContext &OrigDwarf, in patchFrameInfoForObject() argument
1885 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h702 void patchLineTableForUnit(CompileUnit &Unit, DWARFContext &OrigDwarf,