Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp51 return LLVMErrorSuccess; in LLVMOrcCreateLazyCompileCallback()
80 return LLVMErrorSuccess; in LLVMOrcAddEagerlyCompiledIR()
95 return LLVMErrorSuccess; in LLVMOrcAddLazilyCompiledIR()
110 return LLVMErrorSuccess; in LLVMOrcAddObjectFile()
127 return LLVMErrorSuccess; in LLVMOrcGetSymbolAddress()
139 return LLVMErrorSuccess; in LLVMOrcGetSymbolAddressIn()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DError.h21 #define LLVMErrorSuccess 0 macro