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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
180 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo);
207 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo);
RuntimeDyldMachOAArch64.h 265 assert(!Obj.getPlainRelocationExternal(RelInfo));
292 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 105 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE);
586 OS << " " << Obj->getPlainRelocationExternal(RE);
  /external/llvm/include/llvm/Object/
MachO.h 320 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 427 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 427 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 427 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 427 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 427 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 427 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 427 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 427 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 759 bool isExtern = getPlainRelocationExternal(RE);
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 834 isExtern = O->getPlainRelocationExternal(RE);
    [all...]
llvm-objdump.cpp 700 bool isExtern = O->getPlainRelocationExternal(RE);
    [all...]

Completed in 610 milliseconds