Home
last modified time | relevance | path

Searched refs:setErrorStr (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp109 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
124 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
140 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
199 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dvm.cpp29 llvm::EngineBuilder(module_).setErrorStr(&error).create(); in vmachine()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp358 .setErrorStr(&Error) in lp_build_create_jit_compiler_for_module()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h576 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function