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

  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 81 std::string FeaturesStr;
86 FeaturesStr = Features.getString();
98 MCPU, FeaturesStr,
  /external/llvm/tools/llvm-mc-fuzzer/
llvm-mc-fuzzer.cpp 58 std::string FeaturesStr;
71 TripleName.c_str(), MCPU.c_str(), FeaturesStr.c_str(), nullptr, 0,
128 FeaturesStr = Features.getString();
  /external/llvm/tools/opt/
opt.cpp 274 StringRef FeaturesStr,
285 CPUStr, FeaturesStr, Options,
393 std::string CPUStr, FeaturesStr;
399 FeaturesStr = getFeaturesStr();
400 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options);
405 // Override function attributes based on CPUStr, FeaturesStr, and command line
407 setFunctionAttributes(CPUStr, FeaturesStr, *M);
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 255 const char *CPUStr = "", *FeaturesStr = "";
263 FeaturesStr = String_val(Field(Features, 0));
272 FeaturesStr, OptLevelEnum, RelocModeEnum, CodeModelEnum);
  /external/llvm/tools/llc/
llc.cpp 269 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr();
290 TheTarget->createTargetMachine(TheTriple.getTriple(), CPUStr, FeaturesStr,
324 // Override function attributes based on CPUStr, FeaturesStr, and command line
326 setFunctionAttributes(CPUStr, FeaturesStr, *M);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 459 std::string FeaturesStr;
464 FeaturesStr = Features.getString();
477 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
  /frameworks/compile/slang/
slang_backend.cpp 143 // floating point, add 'soft-float' feature to FeaturesStr below.
162 std::string FeaturesStr;
172 FeaturesStr = Features.getString();
176 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 478 std::string FeaturesStr =
581 FeaturesStr, Options,
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 808 std::string FeaturesStr;
813 FeaturesStr = Features.getString();
827 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
    [all...]
MachODump.cpp     [all...]

Completed in 252 milliseconds