Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp418 auto DiagnosticOutputFile = std::move(*DiagFileOrErr); in backend() local
472 auto DiagnosticOutputFile = std::move(*DiagFileOrErr); in thinBackend() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h240 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile; member