Searched defs:GCOVFunction (Results 1 – 4 of 4) sorted by relevance
25 class GCOVFunction; variable171 GCOVFunction() : Ident(0), LineNumber(0) {} in GCOVFunction() function
28 class GCOVFunction; variable267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction() function
245 class GCOVFunction : public GCOVRecord { class247 GCOVFunction(DISubprogram SP, raw_ostream *os, bool Use402Format) { in GCOVFunction() function in __anon284c92b50211::GCOVFunction
316 class GCOVFunction : public GCOVRecord { class318 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anona3c5cc890211::GCOVFunction