Home
last modified time | relevance | path

Searched refs:PIC_ (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp42 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
157 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
H A DTargetMachineC.cpp109 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DCodeGenOptions.cpp19 RelocationModel = llvm::Reloc::PIC_; in CodeGenOptions()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp181 return Reloc::PIC_; in getEffectiveRelocModel()
185 return Reloc::PIC_; in getEffectiveRelocModel()
195 return Reloc::PIC_; in getEffectiveRelocModel()
203 return Reloc::PIC_; in getEffectiveRelocModel()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp55 return RM.value_or(Reloc::PIC_); in getEffectiveRelocModel()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp86 case Reloc::PIC_: in print()
/openbsd/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp58 return Reloc::PIC_; in getEffectiveRelocModel()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp63 return RM.value_or(Reloc::PIC_); in getEffectiveRelocModel()
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp197 JTMB.setRelocationModel(Reloc::PIC_); in main()
/openbsd/gnu/llvm/lld/wasm/
H A DLTO.cpp60 c.RelocModel = Reloc::PIC_; in createLTO()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp251 assert((!TT.isOSAIX() || !RM || *RM == Reloc::PIC_) && in getEffectiveRelocModel()
259 return Reloc::PIC_; in getEffectiveRelocModel()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp137 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp93 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
/openbsd/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp393 unwrap(cg)->setCodePICModel(Reloc::PIC_); in lto_codegen_set_pic_model()
660 unwrap(cg)->setCodePICModel(Reloc::PIC_); in thinlto_codegen_set_pic_model()
/openbsd/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp549 if (TheTriple.isOSAIX() && RM && *RM != Reloc::PIC_) in compileModule()
596 if (TheTriple.isOSAIX() && RM && *RM != Reloc::PIC_) { in compileModule()
/openbsd/gnu/llvm/lld/COFF/
H A DLTO.cpp81 c.RelocModel = Reloc::PIC_; in createConfig()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp123 CPU, FS, Options, Reloc::PIC_, in NVPTXTargetMachine()
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.cpp120 c.RelocModel = Reloc::PIC_; in createConfig()
/openbsd/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp367 RelocationModel = Reloc::PIC_; in onload()
371 RelocationModel = Reloc::PIC_; in onload()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp203 return TT.isOSBinFormatMachO() ? Reloc::PIC_ : Reloc::Static; in getEffectiveRelocModel()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp270 if (RelocationModel == llvm::Reloc::PIC_) { in addClangTargetOptions()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp282 return Reloc::PIC_; in getEffectiveRelocModel()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp216 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()

12