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

  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 78 std::string FeaturesStr;
83 FeaturesStr = Features.getString();
88 MCPU, FeaturesStr, RM);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 63 std::string FeaturesStr;
70 FeaturesStr);
  /external/llvm/tools/llc/
llc.cpp 281 std::string FeaturesStr;
286 FeaturesStr = Features.getString();
291 FeaturesStr, RelocModel));
  /external/clang/lib/CodeGen/
BackendUtil.cpp 271 std::string FeaturesStr;
278 FeaturesStr = Features.getString();
293 FeaturesStr, RM);
  /frameworks/compile/slang/
slang_backend.cpp 149 std::string FeaturesStr;
159 FeaturesStr = Features.getString();
162 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr, RM);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 333 std::string FeaturesStr;
341 FeaturesStr,
373 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 296 std::string FeaturesStr;
319 FeaturesStr = F.getString();
322 TM = Target->createTargetMachine(Triple, CPU, FeaturesStr,

Completed in 205 milliseconds