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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 37 bool isPCRel = Obj->getAnyRelocationPCRel(RE);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 340 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE));
352 << " " << Obj->getAnyRelocationPCRel(RE)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 559 bool IsPCRel = MachO->getAnyRelocationPCRel(RE);
624 bool IsPCRel = MachO->getAnyRelocationPCRel(RE);
688 bool IsPCRel = MachO->getAnyRelocationPCRel(RE);
  /external/llvm/include/llvm/Object/
MachO.h 177 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1019 bool IsPCRel = this->getAnyRelocationPCRel(RE);
1026 bool isPCRel = getAnyRelocationPCRel(RE);
    [all...]

Completed in 51 milliseconds