Searched refs:RWPI (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 91 case Reloc::RWPI: in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 344 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
|
H A D | ARMTargetMachine.cpp | 206 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 1759 case llvm::Reloc::RWPI: in RelocationModelName() 1927 bool ROPI = false, RWPI = false; in ParsePICArgs() local 1940 RWPI = true; in ParsePICArgs() 1944 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs() 1968 if (ROPI && RWPI) in ParsePICArgs() 1972 else if (RWPI) in ParsePICArgs() 1973 RelocM = llvm::Reloc::RWPI; in ParsePICArgs()
|
H A D | Clang.cpp | 5580 bool IsRWPI = RelocationModel == llvm::Reloc::RWPI || in ConstructJob() 5612 if (RelocationModel == llvm::Reloc::RWPI || in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 304 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI || in getKindForGlobal()
|
H A D | TargetMachineC.cpp | 181 RM = Reloc::RWPI; in LLVMTargetMachineOptionsSetRelocMode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 147 Reloc::RWPI, "rwpi", in CGOPT()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | ARM.cpp | 841 if (Opts.RWPI) in getTargetDefines()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 222 LANGOPT(RWPI , 1, 0, "Read-write position independence")
|
H A D | DiagnosticDriverKinds.td | 581 "cmse is not compatible with %select{RWPI|ROPI}0">;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 337 } else if ((Asm->TM.getRelocationModel() == Reloc::RWPI || in addLocationAttribute()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 3721 LangOpts<"RWPI">, DefaultFalse, 7053 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,
|