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

  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 83 std::string FeaturesStr;
88 FeaturesStr = Features.getString();
101 MCPU, FeaturesStr,
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 286 const char *CPUStr = "", *FeaturesStr = "";
294 FeaturesStr = String_val(Field(Features, 0));
303 FeaturesStr, OptLevelEnum, RelocModeEnum, CodeModelEnum);
  /external/llvm/tools/llc/
llc.cpp 262 std::string FeaturesStr;
267 FeaturesStr = Features.getString();
289 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr,
  /frameworks/compile/slang/
slang_backend.cpp 156 std::string FeaturesStr;
166 FeaturesStr = Features.getString();
170 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
  /external/llvm/tools/opt/
opt.cpp 303 std::string FeaturesStr;
308 FeaturesStr = Features.getString();
312 MCPU, FeaturesStr,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 60 std::string FeaturesStr;
63 FeaturesStr);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 391 std::string FeaturesStr;
398 FeaturesStr = Features.getString();
482 FeaturesStr, Options,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 430 std::string FeaturesStr;
435 FeaturesStr = Features.getString();
447 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 282 std::string FeaturesStr;
287 FeaturesStr = Features.getString();
306 TheTarget->createMCSubtargetInfo(TripleName, "", FeaturesStr));

Completed in 223 milliseconds