Home
last modified time | relevance | path

Searched refs:DynamicNoPIC (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCTargetDesc.cpp169 RM = Reloc::DynamicNoPIC; in createX86MCCodeGenInfo()
180 if (RM == Reloc::DynamicNoPIC) { in createX86MCCodeGenInfo()
/NextBSD/contrib/llvm/include/llvm/Support/
HDCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCTargetDesc.cpp99 else if (RM == Reloc::Default || RM == Reloc::DynamicNoPIC) in createAArch64MCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86Subtarget.cpp312 assert(TM.getRelocationModel() == Reloc::DynamicNoPIC); in X86Subtarget()
HDX86ISelLowering.cpp20262 (RM == Reloc::Static || RM == Reloc::DynamicNoPIC); in emitEHSjLjSetJmp()
/NextBSD/contrib/llvm/lib/Target/
HDTargetMachineC.cpp118 RM = Reloc::DynamicNoPIC; in LLVMCreateTargetMachine()
/NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCTargetDesc.cpp97 RM = Reloc::DynamicNoPIC; in createPPCMCCodeGenInfo()
/NextBSD/contrib/llvm/tools/llvm-lto/
HDllvm-lto.cpp184 case Reloc::DynamicNoPIC: in main()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDCommandFlags.h60 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMCTargetDesc.cpp299 RM = TT.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCTargetDesc.cpp170 if (RM == Reloc::Default || RM == Reloc::DynamicNoPIC) in createSystemZMCCodeGenInfo()
/NextBSD/contrib/llvm/tools/llvm-mc/
HDllvm-mc.cpp128 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
/NextBSD/contrib/llvm/tools/lli/
HDlli.cpp201 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
/NextBSD/contrib/llvm/lib/LTO/
HDLTOCodeGenerator.cpp329 RelocModel = Reloc::DynamicNoPIC; in determineTarget()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDBackendUtil.cpp480 RM = llvm::Reloc::DynamicNoPIC; in CreateTargetMachine()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp1305 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp270 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC && in isOffsetFoldingLegal()