Searched refs:LLVMSetTarget (Results 1 – 6 of 6) sorted by relevance
223 lib.LLVMSetTarget(self, new_target)530 library.LLVMSetTarget.argtypes = [Module, c_char_p]531 library.LLVMSetTarget.restype = None
1385 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
765 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
303 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
477 C.LLVMSetTarget(m.C, ctarget)
298 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function