Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp533 int64_t UnitPcOffset, uint64_t OrigLowPc,
717 int64_t UnitPcOffset, uint64_t OrigLowPc, in emitRangesEntries() argument
736 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
737 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
850 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in emitLocationsForUnit() local
852 if (OrigLowPc != -1ULL) in emitLocationsForUnit()
853 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
1306 uint64_t OrigLowPc; ///< Value of AT_low_pc in the input DIE member
1315 MangledNameOffset(0), OrigLowPc(UINT64_MAX), OrigHighPc(0), in AttributesInfo()
2488 Addr = (Info.OrigLowPc != UINT64_MAX ? Info.OrigLowPc : Addr) + in cloneAddressAttribute()
[all …]
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp284 int64_t UnitPcOffset, uint64_t OrigLowPc, in emitRangesEntries() argument
303 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
304 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
421 if (auto OrigLowPc = dwarf::toAddress(OrigUnitDie.find(dwarf::DW_AT_low_pc))) in emitLocationsForUnit() local
422 UnitPcOffset = int64_t(*OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
DDWARFLinker.cpp1119 Addr = (Info.OrigLowPc != std::numeric_limits<uint64_t>::max() in cloneAddressAttribute()
1120 ? Info.OrigLowPc in cloneAddressAttribute()
1411 AttrInfo.OrigLowPc = dwarf::toAddress(InputDIE.find(dwarf::DW_AT_low_pc), in cloneDIE()
1563 uint64_t OrigLowPc = in patchRangesForUnit() local
1568 if (OrigLowPc != -1ULL) in patchRangesForUnit()
1569 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()
1584 First.StartAddress + OrigLowPc < CurrRange.start() || in patchRangesForUnit()
1585 First.StartAddress + OrigLowPc >= CurrRange.stop()) { in patchRangesForUnit()
1586 CurrRange = FunctionRanges.find(First.StartAddress + OrigLowPc); in patchRangesForUnit()
1588 CurrRange.start() > First.StartAddress + OrigLowPc) { in patchRangesForUnit()
[all …]
/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,
583 uint64_t OrigLowPc = std::numeric_limits<uint64_t>::max();