Home
last modified time | relevance | path

Searched refs:LLVMErrorTypeId (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DError.h39 typedef const void *LLVMErrorTypeId; typedef
45 LLVM_C_ABI LLVMErrorTypeId LLVMGetErrorTypeId(LLVMErrorRef Err);
79 LLVM_C_ABI LLVMErrorTypeId LLVMGetStringErrorTypeId(void);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp186 LLVMErrorTypeId LLVMGetErrorTypeId(LLVMErrorRef Err) { in LLVMGetErrorTypeId()
208 LLVMErrorTypeId LLVMGetStringErrorTypeId() { in LLVMGetStringErrorTypeId()