Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/external/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/external/llvm/lib/Target/X86/
DX86TargetMachine.cpp119 return Reloc::DynamicNoPIC; in getEffectiveRelocModel()
130 if (*RM == Reloc::DynamicNoPIC) { in getEffectiveRelocModel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp178 return Reloc::DynamicNoPIC; in getEffectiveRelocModel()
189 if (*RM == Reloc::DynamicNoPIC) { in getEffectiveRelocModel()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp86 if (!RM.hasValue() || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86TargetMachine.cpp87 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp85 RM = Reloc::DynamicNoPIC; in createPPCMCCodeGenInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp97 if (!RM.hasValue() || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel()
/external/llvm/lib/Target/
DTargetMachine.cpp134 assert(RM != Reloc::DynamicNoPIC); in shouldAssumeDSOLocal()
DTargetMachineC.cpp117 RM = Reloc::DynamicNoPIC; in LLVMCreateTargetMachine()
/external/llvm/tools/lto/
Dlto.cpp366 unwrap(cg)->setCodePICModel(Reloc::DynamicNoPIC); in lto_codegen_set_pic_model()
561 unwrap(cg)->setCodePICModel(Reloc::DynamicNoPIC); in thinlto_codegen_set_pic_model()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp348 RM = Reloc::DynamicNoPIC; in createX86MCCodeGenInfo()
359 if (RM == Reloc::DynamicNoPIC) { in createX86MCCodeGenInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp168 assert(RM != Reloc::DynamicNoPIC); in shouldAssumeDSOLocal()
DTargetMachineC.cpp116 RM = Reloc::DynamicNoPIC; in LLVMCreateTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.ml29 | DynamicNoPIC Constructor
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp145 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp123 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml29 | DynamicNoPIC Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp379 unwrap(cg)->setCodePICModel(Reloc::DynamicNoPIC); in lto_codegen_set_pic_model()
619 unwrap(cg)->setCodePICModel(Reloc::DynamicNoPIC); in thinlto_codegen_set_pic_model()
/external/swiftshader/third_party/LLVM/tools/llc/
Dllc.cpp90 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp212 return Reloc::DynamicNoPIC; in getEffectiveRelocModel()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp264 RelocModel = Reloc::DynamicNoPIC; in determineTarget()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp185 return Reloc::DynamicNoPIC; in getEffectiveRelocModel()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h55 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",

12