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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp 373 MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef);
375 if (isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc),
383 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc);
396 if (Obj.isRelocationScattered(MachOReloc)) {
400 SymAddress = Obj.getScatteredRelocationValue(MachOReloc);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 64 milliseconds