Searched defs:FeaturesStr (Results 1 - 8 of 8) sorted by relevance
/external/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 81 std::string FeaturesStr; local 86 FeaturesStr = Features.getString(); 98 MCPU, FeaturesStr,
|
/external/llvm/tools/llvm-mc-fuzzer/ |
H A D | llvm-mc-fuzzer.cpp | 58 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 D | llc.cpp | 269 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 D | opt.cpp | 274 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 D | llvm-mc.cpp | 459 std::string FeaturesStr; local 464 FeaturesStr = Features.getString(); 477 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
|
/external/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 478 std::string FeaturesStr = local 581 FeaturesStr, Options,
|
/external/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 255 const char *CPUStr = "", *FeaturesStr = ""; local 263 FeaturesStr = String_val(Field(Features, 0)); 272 FeaturesStr, OptLevelEnum, RelocModeEnum, CodeModelEnum);
|
/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 5899 std::string FeaturesStr; local 5904 FeaturesStr = Features.getString(); 5913 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); 5963 ThumbTarget->createMCSubtargetInfo(ThumbTripleName, MCPU, FeaturesStr));
|
Completed in 197 milliseconds