Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp572 auto DiagnosticOutputFile = std::move(*DiagFileOrErr); in thinBackend() local
589 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h246 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; member
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h452 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; variable