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.cpp142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp739 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h406 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function