Home
last modified time | relevance | path

Searched refs:FeatureStr (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp185 std::string FeatureStr = getFeatureString(Features); in runOnModule() local
187 replaceFeatures(F, FeatureStr); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h229 std::string FeatureStr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp361 FeatureStr = Features.getString(); in determineTarget()
379 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
DLTOModule.cpp215 std::string FeatureStr = Features.getString(); in makeLTOModule() local
229 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
DThinLTOCodeGenerator.cpp555 std::string FeatureStr = Features.getString(); in create() local
558 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, in create()