Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp152 enum class GCovFileType { GCNO, GCDA }; enum in __anon46c724de0211::GCOVProfiler
153 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType);
562 GCovFileType OutputType) { in mangleName()
563 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
990 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, in emitProfileNotes()
1174 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA); in insertCounterWriteout()