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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfStreamer.cpp 481 int64_t AddressDelta;
488 AddressDelta = 0;
490 AddressDelta = (Row.Address - Address) / MinInstLength;
542 MCDwarfLineAddr::Encode(*MC, Params, LineDelta, AddressDelta, EncodingOS);
555 if (AddressDelta) {
557 MS->EmitULEB128IntValue(AddressDelta);
558 LineSectionSize += 1 + getULEB128Size(AddressDelta);
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 489 milliseconds