HomeSort by relevance Sort by last modified time
    Searched refs:LowPc (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.cpp 96 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset);
CompileUnit.h 127 uint64_t getLowPc() const { return LowPc; }
173 /// Add a function range [\p LowPC, \p HighPC) that is relocated by applying
175 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
263 uint64_t LowPc = std::numeric_limits<uint64_t>::max();
DwarfLinker.cpp 598 auto LowPc = dwarf::toAddress(DIE.find(dwarf::DW_AT_low_pc));
599 assert(LowPc.hasValue() && "low_pc attribute is not an address.");
600 if (!LowPc ||
612 if (Unit.hasLabelAt(*LowPc))
619 .getValueOr(UINT64_MAX) <= LowPc)
621 Unit.addLabelLowPc(*LowPc, MyInfo.AddrAdjust);
627 Optional<uint64_t> HighPc = DIE.getHighPC(*LowPc);
635 Ranges[*LowPc] = DebugMapObjectRange(*HighPc, MyInfo.AddrAdjust);
636 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 200 : OrigUnit(OrigUnit), ID(ID), LowPc(UINT64_MAX), HighPc(0), RangeAlloc(),
241 uint64_t getLowPc() const { return LowPc; }
281 /// \brief Add a function range [\p LowPC, \p HighPC) that is
283 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
341 uint64_t LowPc;
434 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset);
    [all...]

Completed in 48 milliseconds