Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp560 auto DiagnosticOutputFile = std::move(*DiagFileOrErr); in thinBackend() local
578 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h245 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; member
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h425 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; variable