Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp120 enum class GCovFileType { GCNO, GCDA }; enum in __anon7e40084f0111::GCOVProfiler
121 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType);
518 GCovFileType OutputType) { in mangleName()
519 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
673 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, sys::fs::F_None); in emitProfileNotes()
988 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA); in insertCounterWriteout()