Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h27 DiagnosticHandler(void *DiagContext = nullptr)
28 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
H A DLLVMContext.h176 void *DiagContext = nullptr, bool RespectFilters = false);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h91 void *DiagContext = nullptr; variable
114 DiagContext = Ctx;
118 void *getDiagContext() const { return DiagContext; } in getDiagContext()
H A DVirtualFileSystem.h648 StringRef YAMLFilePath, void *DiagContext = nullptr,
1045 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
1101 void *DiagContext = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp723 (*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 DLTOCodeGenerator.h242 void *DiagContext = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2165 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 DSourceMgr.cpp339 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp627 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 DDWARFEmitter.cpp1244 auto CollectDiagnostic = [](const SMDiagnostic &Diag, void *DiagContext) { in emitDebugSections() argument
1245 *static_cast<SMDiagnostic *>(DiagContext) = Diag; in emitDebugSections()