Home
last modified time | relevance | path

Searched refs:RelocationModel (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h25 Reloc::Model RelocationModel; variable
40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h135 std::string RelocationModel; variable
192 RelocationModel = "pic"; in CodeGenOptions()
/external/llvm/lib/MC/
DMCCodeGenInfo.cpp20 RelocationModel = RM; in InitMCCodeGenInfo()
/external/clang/lib/CodeGen/
DBackendUtil.cpp402 if (CodeGenOpts.RelocationModel == "static") { in CreateTargetMachine()
404 } else if (CodeGenOpts.RelocationModel == "pic") { in CreateTargetMachine()
407 assert(CodeGenOpts.RelocationModel == "dynamic-no-pic" && in CreateTargetMachine()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp441 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in ParseCodeGenArgs()