Home
last modified time | relevance | path

Searched refs:RWPI (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDJITTargetMachineBuilder.cpp91 case Reloc::RWPI: in print()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSubtarget.cpp344 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
HDARMTargetMachine.cpp206 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDCommonArgs.cpp1759 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()
HDClang.cpp5580 bool IsRWPI = RelocationModel == llvm::Reloc::RWPI || in ConstructJob()
5612 if (RelocationModel == llvm::Reloc::RWPI || in ConstructJob()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp304 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI || in getKindForGlobal()
HDTargetMachineC.cpp181 RM = Reloc::RWPI; in LLVMTargetMachineOptionsSetRelocMode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCommandFlags.cpp147 Reloc::RWPI, "rwpi", in CGOPT()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDARM.cpp841 if (Opts.RWPI) in getTargetDefines()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.def222 LANGOPT(RWPI , 1, 0, "Read-write position independence")
HDDiagnosticDriverKinds.td581 "cmse is not compatible with %select{RWPI|ROPI}0">;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp337 } else if ((Asm->TM.getRelocationModel() == Reloc::RWPI || in addLocationAttribute()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td3721 LangOpts<"RWPI">, DefaultFalse,
7053 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,