Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp572 auto DiagnosticOutputFile = std::move(*DiagFileOrErr); thinBackend() local
589 __anon3666d5180802(Module &Mod, TargetMachine *TM, std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) thinBackend() argument
[all...]
/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h246 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; member
/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h452 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; global() variable