Searched refs:LLVMSetTarget (Results 1 – 5 of 5) sorted by relevance
167 LLVMSetTarget(Module, HostTriple.c_str()); in buildSimpleFunction()187 LLVMSetTarget(Module, HostTriple.c_str()); in buildFunctionThatUsesStackmap()217 LLVMSetTarget(Module, HostTriple.c_str()); in buildModuleWithCodeAndData()
221 lib.LLVMSetTarget(self, new_target)519 library.LLVMSetTarget.argtypes = [Module, c_char_p]520 library.LLVMSetTarget.restype = None
597 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
165 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
176 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function