HomeSort by relevance Sort by last modified time
    Searched refs:RelocationModel (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/
MCCodeGenInfo.cpp 19 RelocationModel = RM;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCCodeGenInfo.h 23 /// RelocationModel - Relocation model: statcic, pic, etc.
25 Reloc::Model RelocationModel;
35 Reloc::Model getRelocationModel() const { return RelocationModel; }
  /external/clang/lib/Frontend/
CodeGenOptions.cpp 20 RelocationModel = "pic";
CompilerInvocation.cpp 589 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic");
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiTargetMachine.h 36 Optional<Reloc::Model> RelocationModel,
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 138 std::string RelocationModel;
  /external/clang/tools/driver/
cc1as_main.cpp 130 std::string RelocationModel;
252 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic");
332 if (Opts.RelocationModel == "static") {
334 } else if (Opts.RelocationModel == "pic") {
337 assert(Opts.RelocationModel == "dynamic-no-pic" &&
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /external/llvm/tools/gold/
gold-plugin.cpp 148 static Optional<Reloc::Model> RelocationModel;
298 RelocationModel = Reloc::PIC_;
301 RelocationModel = Reloc::Static;
983 TripleStr, options::mcpu, FeaturesString, Options, RelocationModel,
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 552 if (CodeGenOpts.RelocationModel == "static") {
554 } else if (CodeGenOpts.RelocationModel == "pic") {
557 assert(CodeGenOpts.RelocationModel == "dynamic-no-pic" &&
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 489 milliseconds