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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 82 unsigned RType = Obj->getAnyRelocationType(RENext);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 896 Res = getAnyRelocationType(RE);
1002 unsigned Type = this->getAnyRelocationType(RE);
1028 unsigned RType = getAnyRelocationType(RENext);
1074 unsigned RType = getAnyRelocationType(RENext);
1098 unsigned RType = getAnyRelocationType(RENext);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 159 unsigned getAnyRelocationType(const macho::RelocationEntry &RE) const;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 289 uint32_t RelType = MachO->getAnyRelocationType(RE);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 364 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));

Completed in 63 milliseconds