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();
101 MCPU, FeaturesStr,
  /external/llvm/tools/llc/
llc.cpp 242 std::string FeaturesStr;
247 FeaturesStr = Features.getString();
285 MCPU, FeaturesStr, Options,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 408 std::string FeaturesStr;
413 FeaturesStr = Features.getString();
425 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
  /frameworks/compile/slang/
slang_backend.cpp 156 std::string FeaturesStr;
166 FeaturesStr = Features.getString();
170 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 382 std::string FeaturesStr;
389 FeaturesStr = Features.getString();
460 FeaturesStr, Options,
  /external/llvm/tools/opt/
opt.cpp 535 std::string FeaturesStr;
540 FeaturesStr = Features.getString();
544 MCPU, FeaturesStr, GetTargetOptions(),
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp     [all...]

Completed in 1727 milliseconds