Searched refs:LLVMSetTarget (Results 1 – 4 of 4) sorted by relevance
374 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()
1327 LLVMSetTarget(module, triple); in set_target()
744 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
281 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function