/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC }; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 119 return Reloc::DynamicNoPIC; in getEffectiveRelocModel() 130 if (*RM == Reloc::DynamicNoPIC) { in getEffectiveRelocModel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 178 return Reloc::DynamicNoPIC; in getEffectiveRelocModel() 189 if (*RM == Reloc::DynamicNoPIC) { in getEffectiveRelocModel()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 86 if (!RM.hasValue() || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86TargetMachine.cpp | 87 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 85 RM = Reloc::DynamicNoPIC; in createPPCMCCodeGenInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 97 if (!RM.hasValue() || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 134 assert(RM != Reloc::DynamicNoPIC); in shouldAssumeDSOLocal()
|
D | TargetMachineC.cpp | 117 RM = Reloc::DynamicNoPIC; in LLVMCreateTargetMachine()
|
/external/llvm/tools/lto/ |
D | lto.cpp | 366 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/ |
D | X86MCTargetDesc.cpp | 348 RM = Reloc::DynamicNoPIC; in createX86MCCodeGenInfo() 359 if (RM == Reloc::DynamicNoPIC) { in createX86MCCodeGenInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 168 assert(RM != Reloc::DynamicNoPIC); in shouldAssumeDSOLocal()
|
D | TargetMachineC.cpp | 116 RM = Reloc::DynamicNoPIC; in LLVMCreateTargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/ |
D | llvm_target.ml | 29 | DynamicNoPIC Constructor
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 145 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
D | lli.cpp | 123 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.ml | 29 | DynamicNoPIC Constructor
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/ |
D | lto.cpp | 379 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/ |
D | llc.cpp | 90 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 212 return Reloc::DynamicNoPIC; in getEffectiveRelocModel()
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 264 RelocModel = Reloc::DynamicNoPIC; in determineTarget()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 185 return Reloc::DynamicNoPIC; in getEffectiveRelocModel()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 55 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
|