Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp289 struct LLCDiagnosticHandler : public DiagnosticHandler { struct
291 LLCDiagnosticHandler(bool *HasErrorPtr) : HasError(HasErrorPtr) {} in LLCDiagnosticHandler() argument
373 std::make_unique<LLCDiagnosticHandler>(&HasError)); in main()
691 ((const LLCDiagnosticHandler *)(Context.getDiagHandlerPtr()))->HasError; in compileModule()