/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DiagnosticHandler.h | 26 DiagnosticHandler(void *DiagContext = nullptr) 27 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
|
D | LLVMContext.h | 158 void *DiagContext = nullptr); 178 void *DiagContext = nullptr, bool RespectFilters = false);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DiagnosticHandler.h | 26 DiagnosticHandler(void *DiagContext = nullptr) 27 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
|
D | LLVMContext.h | 170 void *DiagContext = nullptr); 190 void *DiagContext = nullptr, bool RespectFilters = false);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SourceMgr.h | 67 void *DiagContext; variable 75 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {} in SourceMgr() 86 DiagContext = Ctx; 90 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 72 void *DiagContext; variable 80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {} in SourceMgr() 91 DiagContext = Ctx; 95 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 147 void *DiagContext = nullptr); 166 void *DiagContext = nullptr,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 156 void *DiagContext = nullptr); 175 void *DiagContext = nullptr,
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | SourceMgr.h | 91 void *DiagContext = nullptr; variable 111 DiagContext = Ctx; 115 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
D | VirtualFileSystem.h | 506 StringRef YAMLFilePath, void *DiagContext = nullptr, 732 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS); 777 void *DiagContext = nullptr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SourceMgr.h | 101 void *DiagContext = nullptr; variable 121 DiagContext = Ctx; 125 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
D | VirtualFileSystem.h | 504 StringRef YAMLFilePath, void *DiagContext = nullptr, 738 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS); 774 void *DiagContext = nullptr,
|
/external/llvm-project/llvm/unittests/ObjectYAML/ |
D | DWARFYAMLTest.cpp | 23 [](const SMDiagnostic &Diag, void *DiagContext) { in parseDWARFYAML() argument 24 *static_cast<SMDiagnostic *>(DiagContext) = Diag; in parseDWARFYAML()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 642 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler2() 649 this->DiagContext = Ctxt; in setDiagnosticHandler() 670 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); in emitError() 677 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext); in emitWarning()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 669 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler() 688 this->DiagContext = Ctxt; in setDiagnosticHandler() 709 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); in emitError() 716 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext); in emitWarning()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 694 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler() 713 this->DiagContext = Ctxt; in setDiagnosticHandler() 734 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); in emitError() 741 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext); in emitWarning()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 173 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument 175 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 47 void *DiagContext; member 72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in srcMgrDiagHandler() 113 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in EmitInlineAsm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 99 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument 101 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContext.cpp | 110 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument 112 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 229 void *DiagContext = nullptr; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 239 void *DiagContext = nullptr; member
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 239 void *DiagContext = nullptr; member
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 70 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in srcMgrDiagHandler() 84 DiagInfo->DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in addInlineAsmDiagBuffer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 69 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in srcMgrDiagHandler() 83 DiagInfo->DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in addInlineAsmDiagBuffer()
|