HomeSort by: relevance | last modified time | path
    Searched refs:getAnyRelocationPCRel (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo);
RuntimeDyldMachO.cpp 66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 156 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
RuntimeDyldMachOARM.h 362 bool IsPCRel = MachO.getAnyRelocationPCRel(RE);
RuntimeDyldMachOAArch64.h 293 assert(!Obj.getAnyRelocationPCRel(RelInfo));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 570 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE));
591 << " " << Obj->getAnyRelocationPCRel(RE)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 482 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 100 R.is_pcrel = Obj.getAnyRelocationPCRel(RE);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 440 bool IsPCRel = Obj->getAnyRelocationPCRel(RE);
821 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE);
2717 if (info->O->getAnyRelocationPCRel(RE))
2755 if (info->O->getAnyRelocationPCRel(RE))
6898 if (info->O->getAnyRelocationPCRel(RE)) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 4228 unsigned MachOObjectFile::getAnyRelocationPCRel(

Completed in 34 milliseconds