Searched refs:isPositionIndependent (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp246 ParserOptions.IsPicEnabled = MOFI->isPositionIndependent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1213 if (isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2906 bool IsPIC = isPositionIndependent();
2994 bool IsPIC = isPositionIndependent();
3033 if (Subtarget.is32BitELFABI() && isPositionIndependent())
3039 bool IsPIC = isPositionIndependent();
3089 if (!TM.isPositionIndependent())
3175 bool IsPIC = isPositionIndependent();
11804 : (Subtarget.isSVR4ABI() && isPositionIndependent() ? PPC::R29
H A DPPCISelDAGToDAG.cpp4683 !TM.isPositionIndependent() || !Subtarget->isSecurePlt() ||
5280 assert(TM.isPositionIndependent() &&
H A DPPCFrameLowering.cpp79 if (STI.is32BitELFABI() && STI.getTargetMachine().isPositionIndependent())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2465 assert((!isPositionIndependent() || Subtarget->isTargetWindows()) &&
3262 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI();
3581 if ((TLI->isPositionIndependent() || TLI->getSubtarget()->isROPI()) &&
3681 if (isPositionIndependent()) {
3748 isPositionIndependent() ? ARMISD::WrapperPIC : ARMISD::Wrapper;
3916 bool IsPositionIndependent = isPositionIndependent();
5596 if (isPositionIndependent() || Subtarget->isROPI()) {
10155 bool IsPositionIndependent = isPositionIndependent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp491 if (isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5986 if (MF.getTarget().isPositionIndependent()) {
8524 if (!TM->isPositionIndependent())
H A DX86ISelDAGToDAG.cpp1098 !getTargetMachine().isPositionIndependent())))) {
H A DX86ISelLowering.cpp2331 if (isPositionIndependent() && Subtarget.isPICStyleGOT())
2374 assert(isPositionIndependent() && Subtarget.isPICStyleGOT());
4672 bool PositionIndependent = isPositionIndependent();
18911 bool PositionIndependent = isPositionIndependent();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp557 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent();

Completed in 698 milliseconds

123