Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp147 enum class GCovFileType { GCNO, GCDA }; enum in __anone531cbe00211::GCOVProfiler
148 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType);
509 GCovFileType OutputType) { in mangleName()
510 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
951 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, in emitProfileNotes()
1126 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA); in insertCounterWriteout()