Searched defs:FeaturesStr (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp81 std::string FeaturesStr; local
86 FeaturesStr = Features.getString();
98 MCPU, FeaturesStr,
/external/llvm/tools/llvm-mc-fuzzer/
H A Dllvm-mc-fuzzer.cpp58 std::string FeaturesStr; variable
71 TripleName.c_str(), MCPU.c_str(), FeaturesStr.c_str(), nullptr, 0,
128 FeaturesStr = Features.getString();
/external/llvm/tools/llc/
H A Dllc.cpp269 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr(); local
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/opt/
H A Dopt.cpp274 StringRef FeaturesStr,
285 CPUStr, FeaturesStr, Options,
393 std::string CPUStr, FeaturesStr; local
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/tools/llvm-mc/
H A Dllvm-mc.cpp459 std::string FeaturesStr; local
464 FeaturesStr = Features.getString();
477 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp478 std::string FeaturesStr = local
581 FeaturesStr, Options,
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c255 const char *CPUStr = "", *FeaturesStr = ""; local
263 FeaturesStr = String_val(Field(Features, 0));
272 FeaturesStr, OptLevelEnum, RelocModeEnum, CodeModelEnum);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp5899 std::string FeaturesStr; local
5904 FeaturesStr = Features.getString();
5913 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
5963 ThumbTarget->createMCSubtargetInfo(ThumbTripleName, MCPU, FeaturesStr));

Completed in 197 milliseconds