Home
last modified time | relevance | path

Searched refs:setDiagnosticHandlerCallBack (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/
DLinkModulesTest.cpp101 Ctx.setDiagnosticHandlerCallBack(expectNoDiags); in TEST_F()
175 Ctx.setDiagnosticHandlerCallBack(expectNoDiags); in TEST_F()
182 Ctx.setDiagnosticHandlerCallBack(expectNoDiags); in TEST_F()
198 Ctx.setDiagnosticHandlerCallBack(expectNoDiags); in TEST_F()
283 Ctx.setDiagnosticHandlerCallBack(expectNoDiags); in TEST_F()
352 Ctx.setDiagnosticHandlerCallBack(expectNoDiags); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h203 void setDiagnosticHandlerCallBack(
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dcompat.hpp215 ctx.setDiagnosticHandlerCallBack(diagnostic_handler, data); in set_diagnostic_handler()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp134 void LLVMContext::setDiagnosticHandlerCallBack( in setDiagnosticHandlerCallBack() function in LLVMContext
DCore.cpp88 unwrap(C)->setDiagnosticHandlerCallBack( in LLVMContextSetDiagnosticHandler()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc649 llvm_context.setDiagnosticHandlerCallBack(DiagnosticHandler, &printer); in RunBackend()