Home
last modified time | relevance | path

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

/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::__anon81c782ce0111::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 …]