Home
last modified time | relevance | path

Searched refs:getRelocationModel (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/
H A DTargetMachine.cpp42 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
68 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
91 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
156 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/aosp_15_r20/external/llvm/lib/Target/
H A DTargetMachine.cpp60 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
113 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
155 Reloc::Model RM = getRelocationModel(); in getTLSModel()
H A DTargetLoweringObjectFile.cpp137 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetMachine.cpp45 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
70 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
119 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
212 Reloc::Model RM = getRelocationModel(); in getTLSModel()
H A DTargetLoweringObjectFile.cpp228 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp341 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
342 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
345 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
346 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp344 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
345 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
348 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
349 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86Subtarget.cpp188 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference()
230 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference()
254 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp167 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
168 return TM.getRelocationModel(); in getRelocationModel()
H A DMipsSubtarget.h281 Reloc::Model getRelocationModel() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp277 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
278 return TM.getRelocationModel(); in getRelocationModel()
H A DMipsSubtarget.h366 Reloc::Model getRelocationModel() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp272 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
273 return TM.getRelocationModel(); in getRelocationModel()
H A DMipsSubtarget.h359 Reloc::Model getRelocationModel() const;
/aosp_15_r20/frameworks/compile/libbcc/include/bcc/
DCompilerConfig.h97 inline llvm::Optional<llvm::Reloc::Model> getRelocationModel() const in getRelocationModel() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h83 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h92 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp236 if (TM.getRelocationModel() == Reloc::PIC_) { in classifyGlobalReference()
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetMachine.h171 Reloc::Model getRelocationModel() const;
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp168 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.cpp226 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()

123