Home
last modified time | relevance | path

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

12345678910>>...13

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp42 if (TM.getRelocationModel() == Reloc::PIC_) in getPersonalityEncoding()
49 if (TM.getRelocationModel() == Reloc::PIC_) in getLSDAEncoding()
56 if (TM.getRelocationModel() == Reloc::PIC_) in getFDEEncoding()
63 if (TM.getRelocationModel() == Reloc::PIC_) in getTTypeEncoding()
71 if (TM.getRelocationModel() == Reloc::PIC_) in getPersonalityEncoding()
84 if (TM.getRelocationModel() == Reloc::PIC_) in getLSDAEncoding()
96 if (TM.getRelocationModel() == Reloc::PIC_) in getFDEEncoding()
109 if (TM.getRelocationModel() == Reloc::PIC_) in getTTypeEncoding()
H A DX86TargetMachine.cpp114 DefRelocModel = getRelocationModel(); in X86TargetMachine()
117 if (getRelocationModel() == Reloc::Default) { in X86TargetMachine()
132 assert(getRelocationModel() != Reloc::Default && in X86TargetMachine()
139 if (getRelocationModel() == Reloc::DynamicNoPIC) { in X86TargetMachine()
148 if (getRelocationModel() == Reloc::Static && in X86TargetMachine()
154 if (getRelocationModel() == Reloc::Static) { in X86TargetMachine()
163 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
166 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp87 assert((MF.getTarget().getRelocationModel() != Reloc::Default || in runOnMachineFunction()
88 MF.getTarget().getRelocationModel() != Reloc::Static) && in runOnMachineFunction()
122 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock()
155 if (TM.getRelocationModel() == Reloc::PIC_) { in getMachineOpValue()
224 if (TM.getRelocationModel() == Reloc::PIC_ && Reloc != PPC::reloc_pcrel_bx){ in getMachineOpValue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/llvm12/llvm-project-12.0.1.src/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
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
159 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/llvm13/llvm-project-13.0.1.src/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
97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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()
220 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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()
220 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/llvm10/llvm-10.0.1.src/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()
/dports/devel/llvm11/llvm-11.0.1.src/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()
220 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/
H A DTargetMachine.cpp45 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
82 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
131 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
225 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/
H A DTargetMachine.cpp46 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
83 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
132 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
213 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/
H A DTargetMachine.cpp51 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
88 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
137 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
209 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/
H A DARMSubtarget.cpp330 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
331 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
334 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
335 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/ARM/
H A DARMSubtarget.cpp322 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
323 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
326 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
327 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMSubtarget.cpp332 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
333 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
336 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
337 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp345 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
346 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
349 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
350 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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()

12345678910>>...13