HomeSort by relevance Sort by last modified time
    Searched defs:FeaturesStr (Results 1 - 5 of 5) 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 262 std::string FeaturesStr;
267 FeaturesStr = Features.getString();
289 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 430 std::string FeaturesStr;
435 FeaturesStr = Features.getString();
447 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
  /external/clang/lib/CodeGen/
BackendUtil.cpp 391 std::string FeaturesStr;
398 FeaturesStr = Features.getString();
482 FeaturesStr, Options,
  /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);

Completed in 423 milliseconds