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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo);
RuntimeDyldMachO.cpp 65 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 154 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
RuntimeDyldMachOARM.h 237 bool IsPCRel = MachO.getAnyRelocationPCRel(RE);
RuntimeDyldMachOAArch64.h 266 assert(!Obj.getAnyRelocationPCRel(RelInfo));
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 560 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE));
581 << " " << Obj->getAnyRelocationPCRel(RE)
  /external/llvm/include/llvm/Object/
MachO.h 328 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 435 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 435 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 435 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 435 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 435 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 435 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 435 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 435 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 730 bool IsPCRel = Obj->getAnyRelocationPCRel(RE);
737 bool isPCRel = Obj->getAnyRelocationPCRel(RE);
    [all...]
MachODump.cpp     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 100 milliseconds