Searched refs:FeaturesStr (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp77 std::string FeaturesStr; local
82 FeaturesStr = Features.getString();
87 MCPU, FeaturesStr,
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp69 std::string FeaturesStr; local
73 FeaturesStr);
/external/llvm/tools/llc/
H A Dllc.cpp425 std::string FeaturesStr; local
430 FeaturesStr = Features.getString();
471 MCPU, FeaturesStr, Options,
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp386 std::string FeaturesStr; local
391 FeaturesStr = Features.getString();
403 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp299 std::string FeaturesStr; local
306 FeaturesStr = Features.getString();
381 FeaturesStr, Options,
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp179 std::string FeaturesStr;
184 FeaturesStr = Features.getString();
251 TheTarget->createMCSubtargetInfo(TripleName, "", FeaturesStr));

Completed in 409 milliseconds