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

/frameworks/compile/slang/
H A Dslang_backend.cpp156 std::string FeaturesStr; local
166 FeaturesStr = Features.getString();
170 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.cpp251 std::string FeaturesStr; local
322 FeaturesStr = F.getString();
326 TM = Target->createTargetMachine(Triple, CPU, FeaturesStr,
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp793 std::string FeaturesStr; local
798 FeaturesStr = Features.getString();
840 MCPU, FeaturesStr, Options,

Completed in 83 milliseconds