Searched refs:LLVMSetTarget (Results 1 – 5 of 5) sorted by relevance
223 lib.LLVMSetTarget(self, new_target)521 library.LLVMSetTarget.argtypes = [Module, c_char_p]522 library.LLVMSetTarget.restype = None
1393 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
792 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
303 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
306 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function