Searched refs:DiagContext (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticHandler.h | 27 DiagnosticHandler(void *DiagContext = nullptr) 28 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
|
H A D | LLVMContext.h | 176 void *DiagContext = nullptr, bool RespectFilters = false);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 91 void *DiagContext = nullptr; variable 114 DiagContext = Ctx; 118 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
H A D | VirtualFileSystem.h | 648 StringRef YAMLFilePath, void *DiagContext = nullptr, 1045 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS); 1101 void *DiagContext = nullptr,
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 723 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler() 742 this->DiagContext = Ctxt; in setDiagnosticHandler() 763 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); in emitError() 770 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext); in emitWarning()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 242 void *DiagContext = nullptr; member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 2165 StringRef YAMLFilePath, void *DiagContext, in create() argument 2170 SM.setDiagHandler(DiagHandler, DiagContext); in create() 2653 StringRef YAMLFilePath, void *DiagContext, in getVFSFromYAML() argument 2656 YAMLFilePath, DiagContext, in getVFSFromYAML() 2700 void *DiagContext, in collectVFSFromYAML() argument 2703 std::move(Buffer), DiagHandler, YAMLFilePath, DiagContext, in collectVFSFromYAML()
|
H A D | SourceMgr.cpp | 339 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 627 void *DiagContext) { in parseAPINotes() argument 628 llvm::yaml::Input IS(YI, nullptr, Diag, DiagContext); in parseAPINotes()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 1244 auto CollectDiagnostic = [](const SMDiagnostic &Diag, void *DiagContext) { in emitDebugSections() argument 1245 *static_cast<SMDiagnostic *>(DiagContext) = Diag; in emitDebugSections()
|