Home
last modified time | relevance | path

Searched refs:DiagnosticHandlerTy (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticHandler.h30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); member
36 DiagnosticHandlerTy DiagHandlerCallback = nullptr;
DLLVMContext.h177 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
191 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
/external/llvm-project/llvm/include/llvm/IR/
DDiagnosticHandler.h30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); member
36 DiagnosticHandlerTy DiagHandlerCallback = nullptr;
DLLVMContext.h189 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
203 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
/external/llvm/include/llvm/IR/
DLLVMContext.h133 typedef void (*DiagnosticHandlerTy)(const DiagnosticInfo &DI, void *Context); typedef
165 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
171 DiagnosticHandlerTy getDiagnosticHandler() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h142 typedef void (*DiagnosticHandlerTy)(const DiagnosticInfo &DI, void *Context); typedef
174 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
180 DiagnosticHandlerTy getDiagnosticHandler() const;
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp51 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in LLVMParseBitcodeInContext()
95 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in LLVMGetBitcodeModuleInContext()
/external/llvm/lib/IR/
DLLVMContext.cpp191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler()
199 LLVMContext::DiagnosticHandlerTy LLVMContext::getDiagnosticHandler() const { in getDiagnosticHandler()
DLLVMContextImpl.h1043 LLVMContext::DiagnosticHandlerTy DiagnosticHandler;
DCore.cpp89 LLVM_EXTENSION reinterpret_cast<LLVMContext::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp118 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack()
156 DiagnosticHandler::DiagnosticHandlerTy
DCore.cpp88 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp129 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack()
183 DiagnosticHandler::DiagnosticHandlerTy
DCore.cpp88 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp163 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in HandleTranslationUnit()