Searched refs:RelocationModel (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCCodeGenInfo.h | 25 Reloc::Model RelocationModel; variable 40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel()
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 131 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/ |
D | MCCodeGenInfo.cpp | 20 RelocationModel = RM; in initMCCodeGenInfo()
|
/external/clang/lib/Frontend/ |
D | CodeGenOptions.cpp | 20 RelocationModel = "pic"; in CodeGenOptions()
|
D | CompilerInvocation.cpp | 515 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in ParseCodeGenArgs()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 109 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/ |
D | CodeGenOptions.h | 152 std::string RelocationModel; variable
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 483 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/ |
D | Tools.cpp | 3414 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 …]
|