Searched defs:GCOVFunction (Results 1 – 2 of 2) sorted by relevance
28 class GCOVFunction; variable267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction() function
311 class GCOVFunction : public GCOVRecord { class313 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anonb9b0140c0211::GCOVFunction