Searched defs:setDiagnosticHandler (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | LLVMContext.cpp | 135 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, setDiagnosticHandler() function in LLVMContext |
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ | ||
H A D | LTOCodeGenerator.cpp | 747 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this), in setDiagnosticHandler() function in LTOCodeGenerator |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCContext.h | 440 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { setDiagnosticHandler() function |