Home
last modified time | relevance | path

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

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