Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp106 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp114 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
DDWARFLinker.cpp543 Optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE() local
544 if (!HighPc) { in shouldKeepSubprogramDIE()
551 Ranges[*LowPc] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
552 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
1131 if (uint64_t HighPc = Unit.getHighPc()) in cloneAddressAttribute() local
1132 Addr = HighPc; in cloneAddressAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h129 uint64_t getHighPc() const { return HighPc; } in getHighPc()
265 uint64_t HighPc = 0; variable
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h133 uint64_t getHighPc() const { return HighPc; } in getHighPc()
269 uint64_t HighPc = 0; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp200 : OrigUnit(OrigUnit), ID(ID), LowPc(UINT64_MAX), HighPc(0), RangeAlloc(), in CompileUnit()
242 uint64_t getHighPc() const { return HighPc; } in getHighPc()
342 uint64_t HighPc; member in llvm::dsymutil::__anondabe43b60111::CompileUnit
435 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
2156 uint64_t HighPc; in shouldKeepSubprogramDIE() local
2158 HighPc = *HighPcValue.getAsAddress(&OrigUnit); in shouldKeepSubprogramDIE()
2161 HighPc = LowPc + *HighPcValue.getAsUnsignedConstant(); in shouldKeepSubprogramDIE()
2165 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
2166 Unit.addFunctionRange(LowPc, HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
2498 if (uint64_t HighPc = Unit.getHighPc()) in cloneAddressAttribute() local
[all …]