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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.h 56 int64_t AddrAdjust;
DwarfLinker.cpp 504 Info.AddrAdjust = int64_t(Mapping.BinaryAddress) + ValidReloc.Addend;
506 Info.AddrAdjust -= ObjectAddress;
621 Unit.addLabelLowPc(*LowPc, MyInfo.AddrAdjust);
635 Ranges[*LowPc] = DebugMapObjectRange(*HighPc, MyInfo.AddrAdjust);
636 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 189 int64_t AddrAdjust; ///< Address offset to apply to the described entity.
    [all...]

Completed in 56 milliseconds