Searched refs:DiagnosticHandlerTy (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DiagnosticHandler.h | 30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); member 36 DiagnosticHandlerTy DiagHandlerCallback = nullptr;
|
D | LLVMContext.h | 177 DiagnosticHandler::DiagnosticHandlerTy DiagHandler, 191 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DiagnosticHandler.h | 30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); member 36 DiagnosticHandlerTy DiagHandlerCallback = nullptr;
|
D | LLVMContext.h | 189 DiagnosticHandler::DiagnosticHandlerTy DiagHandler, 203 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 133 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/ |
D | LLVMContext.h | 142 typedef void (*DiagnosticHandlerTy)(const DiagnosticInfo &DI, void *Context); typedef 174 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler, 180 DiagnosticHandlerTy getDiagnosticHandler() const;
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 51 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in LLVMParseBitcodeInContext() 95 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in LLVMGetBitcodeModuleInContext()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler() 199 LLVMContext::DiagnosticHandlerTy LLVMContext::getDiagnosticHandler() const { in getDiagnosticHandler()
|
D | LLVMContextImpl.h | 1043 LLVMContext::DiagnosticHandlerTy DiagnosticHandler;
|
D | Core.cpp | 89 LLVM_EXTENSION reinterpret_cast<LLVMContext::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 118 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() 156 DiagnosticHandler::DiagnosticHandlerTy
|
D | Core.cpp | 88 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContext.cpp | 129 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() 183 DiagnosticHandler::DiagnosticHandlerTy
|
D | Core.cpp | 88 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 163 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in HandleTranslationUnit()
|