Searched refs:LLVMCreateStringError (Results 1 – 4 of 4) sorted by relevance
75 LLVMErrorRef LLVMCreateStringError(const char *ErrMsg);
85 return LLVMCreateStringError(ErrMsg); in parseExampleModule()
177 LLVMErrorRef LLVMCreateStringError(const char *ErrMsg) { in LLVMCreateStringError() function
92 LLVMErrorRef Err = LLVMCreateStringError(ErrMsg); in parseExampleModule()