Home
last modified time | relevance | path

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/
DDiagnosticHandler.h26 DiagnosticHandler(void *DiagContext = nullptr)
27 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
DLLVMContext.h158 void *DiagContext = nullptr);
178 void *DiagContext = nullptr, bool RespectFilters = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h67 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/
DSourceMgr.h101 void *DiagContext = nullptr; variable
121 DiagContext = Ctx;
125 void *getDiagContext() const { return DiagContext; } in getDiagContext()
DVirtualFileSystem.h504 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/
DLLVMContext.h156 void *DiagContext = nullptr);
175 void *DiagContext = nullptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp669 (*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/
DLLVMContext.cpp99 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/
DLTOCodeGenerator.h239 void *DiagContext = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp69 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/
DVirtualFileSystem.cpp1607 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()
DSourceMgr.cpp229 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h178 void *DiagContext; member