Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp563 auto DiagnosticOutputFile = std::move(*DiagFileOrErr); in thinBackend() local
579 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h238 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; member