Home
last modified time | relevance | path

Searched refs:getOutputFileWithFlags (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.cpp34 getOutputFileWithFlags(StringRef OutputFileName, sys::fs::OpenFlags Flags) { in getOutputFileWithFlags() function
52 return getOutputFileWithFlags(OutputFileName, OutputFormat == Format::YAML in getOutputFileForRemarks()
H A DRemarkCount.cpp52 auto MaybeOF = getOutputFileWithFlags(OutputFileName, in tryInstructionCount()
103 auto MaybeOF = getOutputFileWithFlags(OutputFileName, in tryAnnotationCount()
H A DRemarkUtilHelpers.h55 getOutputFileWithFlags(StringRef OutputFileName, sys::fs::OpenFlags Flags);
H A DRemarkCounter.cpp207 getOutputFileWithFlags(OutputFileName, sys::fs::OF_TextWithCRLF); in collect()
237 getOutputFileWithFlags(OutputFileName, sys::fs::OF_TextWithCRLF); in print()