/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 42 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 D | TargetMachine.cpp | 60 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 D | TargetLoweringObjectFile.cpp | 137 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 45 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 D | TargetLoweringObjectFile.cpp | 228 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 341 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 D | ARMSubtarget.cpp | 344 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 D | X86Subtarget.cpp | 188 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 D | MipsSubtarget.cpp | 167 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 168 return TM.getRelocationModel(); in getRelocationModel()
|
H A D | MipsSubtarget.h | 281 Reloc::Model getRelocationModel() const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 277 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 278 return TM.getRelocationModel(); in getRelocationModel()
|
H A D | MipsSubtarget.h | 366 Reloc::Model getRelocationModel() const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 272 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 273 return TM.getRelocationModel(); in getRelocationModel()
|
H A D | MipsSubtarget.h | 359 Reloc::Model getRelocationModel() const;
|
/aosp_15_r20/frameworks/compile/libbcc/include/bcc/ |
D | CompilerConfig.h | 97 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 D | JITTargetMachineBuilder.h | 83 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/ |
D | JITTargetMachineBuilder.h | 90 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/ |
D | JITTargetMachineBuilder.h | 90 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/ |
D | JITTargetMachineBuilder.h | 90 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 D | JITTargetMachineBuilder.h | 92 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/ |
D | JITTargetMachineBuilder.h | 90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 236 if (TM.getRelocationModel() == Reloc::PIC_) { in classifyGlobalReference()
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 171 Reloc::Model getRelocationModel() const;
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 168 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 226 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|