Home
last modified time | relevance | path

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

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