Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp147 enum class GCovFileType { GCNO, GCDA }; enum in __anon3a2a73410211::GCOVProfiler
148 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType);
509 GCovFileType OutputType) { in mangleName()
510 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
943 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, in emitProfileNotes()
1121 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA); in insertCounterWriteout()