/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 42 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 157 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|
H A D | TargetMachineC.cpp | 109 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | CodeGenOptions.cpp | 19 RelocationModel = llvm::Reloc::PIC_; in CodeGenOptions()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.cpp | 181 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 D | CodeGen.h | 25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.cpp | 55 return RM.value_or(Reloc::PIC_); in getEffectiveRelocModel()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 86 case Reloc::PIC_: in print()
|
/openbsd/gnu/llvm/llvm/include/llvm/LTO/ |
H A D | Config.h | 55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVTargetMachine.cpp | 58 return Reloc::PIC_; in getEffectiveRelocModel()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFTargetMachine.cpp | 63 return RM.value_or(Reloc::PIC_); in getEffectiveRelocModel()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | LLJITWithRemoteDebugging.cpp | 197 JTMB.setRelocationModel(Reloc::PIC_); in main()
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | LTO.cpp | 60 c.RelocModel = Reloc::PIC_; in createLTO()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 251 assert((!TT.isOSAIX() || !RM || *RM == Reloc::PIC_) && in getEffectiveRelocModel() 259 return Reloc::PIC_; in getEffectiveRelocModel()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.cpp | 137 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 93 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
|
/openbsd/gnu/llvm/llvm/tools/lto/ |
H A D | lto.cpp | 393 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 D | llc.cpp | 549 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 D | LTO.cpp | 81 c.RelocModel = Reloc::PIC_; in createConfig()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.cpp | 123 CPU, FS, Options, Reloc::PIC_, in NVPTXTargetMachine()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | LTO.cpp | 120 c.RelocModel = Reloc::PIC_; in createConfig()
|
/openbsd/gnu/llvm/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 367 RelocationModel = Reloc::PIC_; in onload() 371 RelocationModel = Reloc::PIC_; in onload()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 203 return TT.isOSBinFormatMachO() ? Reloc::PIC_ : Reloc::Static; in getEffectiveRelocModel()
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | WebAssembly.cpp | 270 if (RelocationModel == llvm::Reloc::PIC_) { in addClangTargetOptions()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 282 return Reloc::PIC_; in getEffectiveRelocModel()
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 216 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
|