Lines Matching refs:OF
56 auto OF = std::move(*MaybeOF); in tryInstructionCount() local
66 OF->os() << "Source,"; in tryInstructionCount()
67 OF->os() << "Function,InstructionCount\n"; in tryInstructionCount()
87 OF->os() << Loc << ","; in tryInstructionCount()
89 OF->os() << Remark.FunctionName << "," << InstrCountArg->Val << "\n"; in tryInstructionCount()
95 OF->keep(); in tryInstructionCount()
107 auto OF = std::move(*MaybeOF); in tryAnnotationCount() local
117 OF->os() << "Source,"; in tryAnnotationCount()
118 OF->os() << "Function,Count\n"; in tryAnnotationCount()
142 OF->os() << Loc << ","; in tryAnnotationCount()
144 OF->os() << Remark.FunctionName << "," << CountArg->Val << "\n"; in tryAnnotationCount()
150 OF->keep(); in tryAnnotationCount()