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

  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 83 std::string FeaturesStr;
88 FeaturesStr = Features.getString();
93 MCPU, FeaturesStr,
  /external/llvm/tools/llc/
llc.cpp 239 std::string FeaturesStr;
244 FeaturesStr = Features.getString();
285 MCPU, FeaturesStr, Options,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 411 std::string FeaturesStr;
416 FeaturesStr = Features.getString();
428 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
  /frameworks/compile/slang/
slang_backend.cpp 157 std::string FeaturesStr;
167 FeaturesStr = Features.getString();
171 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 380 std::string FeaturesStr;
387 FeaturesStr = Features.getString();
462 FeaturesStr, Options,
  /external/llvm/tools/opt/
opt.cpp 536 std::string FeaturesStr;
541 FeaturesStr = Features.getString();
545 MCPU, FeaturesStr, GetTargetOptions(),
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp     [all...]

Completed in 631 milliseconds