Searched refs:RelocationModel (Results 1 – 7 of 7) sorted by relevance
25 Reloc::Model RelocationModel; variable40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel()
20 RelocationModel = RM; in InitMCCodeGenInfo()
20 RelocationModel = "pic"; in CodeGenOptions()
464 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in ParseCodeGenArgs()
137 std::string RelocationModel; variable
77 static Reloc::Model RelocationModel = Reloc::Default; variable169 RelocationModel = Reloc::PIC_; in onload()172 RelocationModel = Reloc::Static; in onload()734 TripleStr, options::mcpu, Features.getString(), Options, RelocationModel, in codegen()
445 if (CodeGenOpts.RelocationModel == "static") { in CreateTargetMachine()447 } else if (CodeGenOpts.RelocationModel == "pic") { in CreateTargetMachine()450 assert(CodeGenOpts.RelocationModel == "dynamic-no-pic" && in CreateTargetMachine()