Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp558 auto DiagnosticOutputFile = std::move(*DiagFileOrErr); in thinBackend() local
576 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h241 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; member
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h425 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; variable