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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp 383 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc);
385 if ((RelocSize != 4 && RelocSize != 8)) {
392 uint64_t Addend = Data.getUnsigned(&Offset, RelocSize);
416 ValidRelocs.emplace_back(Offset64, RelocSize, Addend, Mapping);
421 ValidRelocs.emplace_back(Offset64, RelocSize, SymOffset, Mapping);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 67 milliseconds