Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp150 enum class GCovFileType { GCNO, GCDA }; enum in __anon09913f2a0211::GCOVProfiler
151 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType);
491 GCovFileType OutputType) { in mangleName()
492 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
932 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, in emitProfileNotes()
1143 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA); in insertCounterWriteout()