Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp124 enum class GCovFileType { GCNO, GCDA }; enum in __anonc00182440111::GCOVProfiler
125 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType);
438 GCovFileType OutputType) { in mangleName()
439 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()
556 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, sys::fs::F_None); in emitProfileNotes()
955 std::string FilenameGcda = mangleName(CU, GCovFileType::GCDA); in insertCounterWriteout()