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/ |
| D | WebAssemblyTargetMachine.cpp | 185 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/ |
| D | LTOCodeGenerator.h | 229 std::string FeatureStr; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 361 FeatureStr = Features.getString(); in determineTarget() 379 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
|
| D | LTOModule.cpp | 215 std::string FeatureStr = Features.getString(); in makeLTOModule() local 229 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
|
| D | ThinLTOCodeGenerator.cpp | 555 std::string FeatureStr = Features.getString(); in create() local 558 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, in create()
|