Home
last modified time | relevance | path

Searched defs:DiagnosticOutputFile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp563 auto DiagnosticOutputFile = std::move(*DiagFileOrErr); in thinBackend() local
579 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h238 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; member