Home
last modified time | relevance | path

Searched defs:setDiagnosticHandler (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp135 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, setDiagnosticHandler() function in LLVMContext
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp747 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this), in setDiagnosticHandler() function in LTOCodeGenerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h440 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { setDiagnosticHandler() function