Home
last modified time | relevance | path

Searched refs:RelocationModel (Results 1 – 9 of 9) 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/tools/driver/
Dcc1as_main.cpp131 std::string RelocationModel; member
252 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in CreateFromArgs()
330 if (Opts.RelocationModel == "static") { in ExecuteAssembler()
332 } else if (Opts.RelocationModel == "pic") { in ExecuteAssembler()
335 assert(Opts.RelocationModel == "dynamic-no-pic" && in ExecuteAssembler()
/external/llvm/lib/MC/
DMCCodeGenInfo.cpp20 RelocationModel = RM; in initMCCodeGenInfo()
/external/clang/lib/Frontend/
DCodeGenOptions.cpp20 RelocationModel = "pic"; in CodeGenOptions()
DCompilerInvocation.cpp515 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in ParseCodeGenArgs()
/external/llvm/tools/gold/
Dgold-plugin.cpp109 static Reloc::Model RelocationModel = Reloc::Default; variable
224 RelocationModel = Reloc::PIC_; in onload()
227 RelocationModel = Reloc::Static; in onload()
796 TripleStr, options::mcpu, Features.getString(), Options, RelocationModel, in codegen()
840 Options, RelocationModel, CodeModel::Default, CGOptLevel); in codegen()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h152 std::string RelocationModel; variable
/external/clang/lib/CodeGen/
DBackendUtil.cpp483 if (CodeGenOpts.RelocationModel == "static") { in CreateTargetMachine()
485 } else if (CodeGenOpts.RelocationModel == "pic") { in CreateTargetMachine()
488 assert(CodeGenOpts.RelocationModel == "dynamic-no-pic" && in CreateTargetMachine()
/external/clang/lib/Driver/
DTools.cpp3414 llvm::Reloc::Model RelocationModel; in AddAssemblerKPIC() local
3417 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC()
3420 if (RelocationModel != llvm::Reloc::Static) in AddAssemblerKPIC()
3653 llvm::Reloc::Model RelocationModel; in ConstructJob() local
3656 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
3659 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
5978 llvm::Reloc::Model RelocationModel; in ConstructJob() local
5981 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
5984 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
8326 llvm::Reloc::Model RelocationModel; in ConstructJob() local
[all …]