Searched defs:setDiagnosticHandler (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | LLVMContext.cpp | 142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, setDiagnosticHandler() function in LLVMContext |
/llvm-project/llvm/lib/LTO/ | ||
H A D | LTOCodeGenerator.cpp | 739 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, setDiagnosticHandler() function in LTOCodeGenerator |
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCContext.h | 406 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler() function |