Home
last modified time | relevance | path

Searched refs:getLowPc (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h128 uint64_t getLowPc() const { return LowPc; } in getLowPc() function
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h132 uint64_t getLowPc() const { return LowPc; } in getLowPc() function
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp384 int64_t PcOffset = -Unit.getLowPc(); in emitUnitRangesEntries()
422 UnitPcOffset = int64_t(*OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
DDWARFLinker.cpp1124 Addr = Unit.getLowPc(); in cloneAddressAttribute()
1184 if (Unit.getLowPc() == -1ULL) in cloneScalarAttribute()
1187 Value = Unit.getHighPc() - Unit.getLowPc(); in cloneScalarAttribute()
1569 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp241 uint64_t getLowPc() const { return LowPc; } in getLowPc() function in llvm::dsymutil::__anondabe43b60111::CompileUnit
817 int64_t PcOffset = -Unit.getLowPc(); in emitUnitRangesEntries()
853 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()
2491 Addr = Unit.getLowPc(); in cloneAddressAttribute()
2521 if (Unit.getLowPc() == -1ULL) in cloneScalarAttribute()
2524 Value = Unit.getHighPc() - Unit.getLowPc(); in cloneScalarAttribute()
2892 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()