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

/frameworks/compile/llvm-ndk-cc/
H A DBackend.cpp136 std::string FeaturesStr; local
146 FeaturesStr = Features.getString();
156 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
/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/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp1016 std::string FeaturesStr; local
1021 FeaturesStr = Features.getString();
1065 MCPU, FeaturesStr, Options,

Completed in 64 milliseconds