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

  /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/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.h 38 enum class RelocationModel {
53 RelocationModel relocation_model);
67 RelocationModel relocation_model() const { return relocation_model_; }
74 const RelocationModel relocation_model_;
  /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-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-4479392/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;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CodeGenOptions.h 153 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 170 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 170 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CodeGenOptions.h 170 std::string RelocationModel;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CodeGenOptions.h 170 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 170 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 170 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CodeGenOptions.h 170 std::string RelocationModel;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CodeGenOptions.h 170 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/Driver/
Tools.cpp     [all...]

Completed in 561 milliseconds