Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp70 LLVMOrcModuleHandle *RetHandle, LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR() argument
75 return J.addIRModuleEager(*RetHandle, std::move(M), SymbolResolver, in LLVMOrcAddEagerlyCompiledIR()
81 LLVMOrcModuleHandle *RetHandle, LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR() argument
86 return J.addIRModuleLazy(*RetHandle, std::move(M), SymbolResolver, in LLVMOrcAddLazilyCompiledIR()
92 LLVMOrcModuleHandle *RetHandle, in LLVMOrcAddObjectFile() argument
98 return J.addObject(*RetHandle, std::move(O), SymbolResolver, in LLVMOrcAddObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DOrcBindings.h100 LLVMOrcModuleHandle *RetHandle, LLVMModuleRef Mod,
109 LLVMOrcModuleHandle *RetHandle, LLVMModuleRef Mod,
122 LLVMOrcModuleHandle *RetHandle,