Home
last modified time | relevance | path

Searched refs:LowPc (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()
241 uint64_t getLowPc() const { return LowPc; } in getLowPc()
342 uint64_t LowPc; member in llvm::dsymutil::__anon1f629b1b0111::CompileUnit
432 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset); in addFunctionRange()
2080 uint64_t LowPc = in shouldKeepSubprogramDIE() local
2082 assert(LowPc != -1ULL && "low_pc attribute is not an address."); in shouldKeepSubprogramDIE()
2083 if (LowPc == -1ULL || in shouldKeepSubprogramDIE()
2104 HighPc = LowPc + *HighPcValue.getAsUnsignedConstant(); in shouldKeepSubprogramDIE()
2108 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
2109 Unit.addFunctionRange(LowPc, HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()