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/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 558 uint32_t RelocType = MachO->getAnyRelocationType(RE);
623 uint32_t RelocType = MachO->getAnyRelocationType(RE);
663 uint32_t RelType = MachO->getAnyRelocationType(RE);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 892 Res = getAnyRelocationType(RE);
1018 unsigned Type = this->getAnyRelocationType(RE);
1044 unsigned RType = getAnyRelocationType(RENext);
1091 unsigned RType = getAnyRelocationType(RENext);
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 179 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 346 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));

Completed in 183 milliseconds