Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp152 enum class GCovFileType { GCNO, GCDA }; enum in __anon8d0cc8750211::GCOVProfiler
153 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType);
562 GCovFileType OutputType) { in mangleName()
563 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
988 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, in emitProfileNotes()
1172 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA); in insertCounterWriteout()