Searched refs:DiagContext (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/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);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 156 void *DiagContext = nullptr); 175 void *DiagContext = nullptr,
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 99 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument 101 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 239 void *DiagContext = nullptr; member
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1607 StringRef YAMLFilePath, void *DiagContext, in create() argument 1612 SM.setDiagHandler(DiagHandler, DiagContext); in create() 1840 StringRef YAMLFilePath, void *DiagContext, in getVFSFromYAML() argument 1843 YAMLFilePath, DiagContext, in getVFSFromYAML() 1876 void *DiagContext, in collectVFSFromYAML() argument 1879 std::move(Buffer), DiagHandler, YAMLFilePath, DiagContext, in collectVFSFromYAML()
|
D | SourceMgr.cpp | 229 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 178 void *DiagContext; member
|