Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp146 enum class GCovFileType { GCNO, GCDA }; enum in __anon434f465a0211::GCOVProfiler
147 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType);
508 GCovFileType OutputType) { in mangleName()
509 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
937 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, in emitProfileNotes()
1121 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA); in insertCounterWriteout()