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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 76 any_relocation_info RENext =
82 unsigned RType = Obj->getAnyRelocationType(RENext);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1039 MachO::any_relocation_info RENext = getRelocation(RelNext);
1044 unsigned RType = getAnyRelocationType(RENext);
1051 printRelocationTargetName(this, RENext, fmt);
1087 MachO::any_relocation_info RENext = getRelocation(RelNext);
1091 unsigned RType = getAnyRelocationType(RENext);
    [all...]

Completed in 51 milliseconds