Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp63 bool LLCDiagnosticHandler::handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics() function in LLCDiagnosticHandler
64 DiagnosticHandler::handleDiagnostics(DI); in handleDiagnostics()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics() function
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h284 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp143 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp284 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity, in handleDiagnostics() function
308 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
1034 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp270 pImpl->DiagHandler->handleDiagnostics(DI)) in diagnose()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp70 bool handleDiagnostics(const DiagnosticInfo &DI) override;
395 bool ClangDiagnosticHandler::handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics() function in ClangDiagnosticHandler
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp296 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp731 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp214 bool handleDiagnostics(const llvm::DiagnosticInfo &DI) override { in handleDiagnostics() function