Searched refs:RelocationModel (Results 1 – 5 of 5) sorted by relevance
25 Reloc::Model RelocationModel; variable40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel()
135 std::string RelocationModel; variable192 RelocationModel = "pic"; in CodeGenOptions()
20 RelocationModel = RM; in InitMCCodeGenInfo()
402 if (CodeGenOpts.RelocationModel == "static") { in CreateTargetMachine()404 } else if (CodeGenOpts.RelocationModel == "pic") { in CreateTargetMachine()407 assert(CodeGenOpts.RelocationModel == "dynamic-no-pic" && in CreateTargetMachine()
441 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in ParseCodeGenArgs()