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

/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp80 std::string FeaturesStr; local
85 FeaturesStr = Features.getString();
90 MCPU, FeaturesStr,
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp69 std::string FeaturesStr; local
73 FeaturesStr);
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp285 std::string FeaturesStr; local
292 FeaturesStr = Features.getString();
350 FeaturesStr, Options,
/external/llvm/tools/llc/
H A Dllc.cpp408 std::string FeaturesStr; local
413 FeaturesStr = Features.getString();
454 MCPU, FeaturesStr, Options,
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp408 std::string FeaturesStr; local
413 FeaturesStr = Features.getString();
425 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));

Completed in 1959 milliseconds