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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfStreamer.h 84 int64_t UnitPcOffset, uint64_t OrigLowPc,
DwarfStreamer.cpp 272 int64_t UnitPcOffset, uint64_t OrigLowPc,
291 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() &&
292 Range.EndAddress + OrigLowPc <= FuncRange.stop()))
405 if (auto OrigLowPc = dwarf::toAddress(OrigUnitDie.find(dwarf::DW_AT_low_pc)))
406 UnitPcOffset = int64_t(*OrigLowPc) - Unit.getLowPc();
DwarfLinker.cpp     [all...]
DwarfLinker.h 311 uint64_t OrigLowPc = std::numeric_limits<uint64_t>::max();
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 533 int64_t UnitPcOffset, uint64_t OrigLowPc,
717 int64_t UnitPcOffset, uint64_t OrigLowPc,
736 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() &&
737 Range.EndAddress + OrigLowPc <= FuncRange.stop()))
    [all...]

Completed in 864 milliseconds