Home
last modified time | relevance | path

Searched refs:DiagnosticHandler2 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h166 void DiagnosticHandler2(const DiagnosticInfo &DI);
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp539 ((LTOCodeGenerator *)Context)->DiagnosticHandler2(DI); in DiagnosticHandler()
542 void LTOCodeGenerator::DiagnosticHandler2(const DiagnosticInfo &DI) { in DiagnosticHandler2() function in LTOCodeGenerator