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

  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 219 std::string FeatureStr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 228 std::string FeatureStr;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/legacy/
LTOCodeGenerator.h 228 std::string FeatureStr;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/legacy/
LTOCodeGenerator.h 228 std::string FeatureStr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/legacy/
LTOCodeGenerator.h 225 std::string FeatureStr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/legacy/
LTOCodeGenerator.h 225 std::string FeatureStr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/legacy/
LTOCodeGenerator.h 225 std::string FeatureStr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/legacy/
LTOCodeGenerator.h 225 std::string FeatureStr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 228 std::string FeatureStr;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/legacy/
LTOCodeGenerator.h 228 std::string FeatureStr;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/legacy/
LTOCodeGenerator.h 228 std::string FeatureStr;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/legacy/
LTOCodeGenerator.h 225 std::string FeatureStr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/legacy/
LTOCodeGenerator.h 225 std::string FeatureStr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/legacy/
LTOCodeGenerator.h 225 std::string FeatureStr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/legacy/
LTOCodeGenerator.h 225 std::string FeatureStr;
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 271 std::string FeatureStr = Features.getString();
272 _target = march->createTargetMachine(Triple, _mCpu, FeatureStr,
LTOModule.cpp 164 std::string FeatureStr = Features.getString();
166 TargetMachine *target = march->createTargetMachine(Triple, CPU, FeatureStr);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 339 FeatureStr = Features.getString();
356 MArch->createTargetMachine(TripleStr, MCpu, FeatureStr, Options,
LTOModule.cpp 221 std::string FeatureStr = Features.getString();
234 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None);
ThinLTOCodeGenerator.cpp 479 std::string FeatureStr = Features.getString();
481 TheTriple.str(), MCpu, FeatureStr, Options, RelocModel,
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 947 milliseconds