Home
last modified time | relevance | path

Searched refs:UnitPcOffset (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp284 int64_t UnitPcOffset, uint64_t OrigLowPc, in emitRangesEntries() argument
291 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries()
420 int64_t UnitPcOffset = 0; in emitLocationsForUnit() local
422 UnitPcOffset = int64_t(*OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
430 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit()
DDWARFLinker.cpp1567 int64_t UnitPcOffset = 0; in patchRangesForUnit() local
1569 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()
1595 TheDwarfEmitter->emitRangesEntries(UnitPcOffset, OrigLowPc, CurrRange, in patchRangesForUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h130 int64_t UnitPcOffset, uint64_t OrigLowPc,
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h91 int64_t UnitPcOffset, uint64_t OrigLowPc,
DDWARFLinker.h135 int64_t UnitPcOffset, uint64_t OrigLowPc,
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp533 int64_t UnitPcOffset, uint64_t OrigLowPc,
717 int64_t UnitPcOffset, uint64_t OrigLowPc, in emitRangesEntries() argument
724 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries()
849 int64_t UnitPcOffset = 0; in emitLocationsForUnit() local
853 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
860 int64_t LocPcOffset = Attr.second + UnitPcOffset; in emitLocationsForUnit()
2890 int64_t UnitPcOffset = 0; in patchRangesForUnit() local
2892 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()
2914 Streamer->emitRangesEntries(UnitPcOffset, OrigLowPc, CurrRange, Entries, in patchRangesForUnit()