Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp114 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
H A DDWARFLinker.cpp501 Optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE() local
502 if (!HighPc) { in shouldKeepSubprogramDIE()
509 Ranges[*LowPc] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
510 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
1111 if (uint64_t HighPc = Unit.getHighPc()) in cloneAddressAttribute() local
1112 Addr = HighPc; in cloneAddressAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h133 uint64_t getHighPc() const { return HighPc; } in getHighPc()
254 uint64_t HighPc = 0; variable