Home
last modified time | relevance | path

Searched refs:DiagContext (Results 1 – 25 of 36) sorted by relevance

12

/external/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);
/external/llvm-project/llvm/include/llvm/IR/
DDiagnosticHandler.h26 DiagnosticHandler(void *DiagContext = nullptr)
27 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
DLLVMContext.h170 void *DiagContext = nullptr);
190 void *DiagContext = nullptr, bool RespectFilters = false);
/external/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()
/external/llvm/include/llvm/Support/
DSourceMgr.h72 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/
DLLVMContext.h147 void *DiagContext = nullptr);
166 void *DiagContext = nullptr,
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h156 void *DiagContext = nullptr);
175 void *DiagContext = nullptr,
/external/llvm-project/llvm/include/llvm/Support/
DSourceMgr.h91 void *DiagContext = nullptr; variable
111 DiagContext = Ctx;
115 void *getDiagContext() const { return DiagContext; } in getDiagContext()
DVirtualFileSystem.h506 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/
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,
/external/llvm-project/llvm/unittests/ObjectYAML/
DDWARFYAMLTest.cpp23 [](const SMDiagnostic &Diag, void *DiagContext) { in parseDWARFYAML() argument
24 *static_cast<SMDiagnostic *>(DiagContext) = Diag; in parseDWARFYAML()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp642 (*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/
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()
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp694 (*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/
DLLVMContext.cpp173 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument
175 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp47 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/
DLLVMContext.cpp99 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument
101 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp110 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument
112 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h229 void *DiagContext = nullptr; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h239 void *DiagContext = nullptr; member
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h239 void *DiagContext = nullptr; member
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp70 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/
DAsmPrinterInlineAsm.cpp69 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in srcMgrDiagHandler()
83 DiagInfo->DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in addInlineAsmDiagBuffer()

12