Home
last modified time | relevance | path

Searched refs:setTargetOptions (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h87 void setTargetOptions(const TargetOptions &Options);
DThinLTOCodeGenerator.h206 void setTargetOptions(TargetOptions Options) { in setTargetOptions() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp359 .setTargetOptions(options) in lp_build_create_jit_compiler_for_module()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h590 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp201 .setTargetOptions(targetOptions); in LLVMCreateMCJITCompilerForModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp184 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { in setTargetOptions() function in LTOCodeGenerator
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp192 .setTargetOptions(tOpts) in CreateExecEngine()