Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp50 return LLVMErrorSuccess; in LLVMOrcCreateLazyCompileCallback()
79 return LLVMErrorSuccess; in LLVMOrcAddEagerlyCompiledIR()
94 return LLVMErrorSuccess; in LLVMOrcAddLazilyCompiledIR()
109 return LLVMErrorSuccess; in LLVMOrcAddObjectFile()
126 return LLVMErrorSuccess; in LLVMOrcGetSymbolAddress()
138 return LLVMErrorSuccess; in LLVMOrcGetSymbolAddressIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DError.h21 #define LLVMErrorSuccess 0 macro