Home
last modified time | relevance | path

Searched refs:LLVMSetTarget (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp374 LLVMSetTarget(M, "x86_64-pc-win32-elf"); in lp_build_create_jit_compiler_for_module()
376 LLVMSetTarget(M, "i686-pc-win32-elf"); in lp_build_create_jit_compiler_for_module()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c1327 LLVMSetTarget(module, triple); in set_target()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h744 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp281 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function