Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp85 case Reloc::DynamicNoPIC: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp189 return Reloc::DynamicNoPIC; in getEffectiveRelocModel()
200 if (*RM == Reloc::DynamicNoPIC) { in getEffectiveRelocModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp98 if (!RM || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp175 RM = Reloc::DynamicNoPIC; in LLVMTargetMachineOptionsSetRelocMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp211 if (*RM == Reloc::DynamicNoPIC && !TT.isOSDarwin()) in getEffectiveRelocModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp312 if (!RM || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp141 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic", in CGOPT()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1755 case llvm::Reloc::DynamicNoPIC: in RelocationModelName()
1911 return std::make_tuple(llvm::Reloc::DynamicNoPIC, PIC ? 2U : 0U, false); in ParsePICArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7053 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,