Home
last modified time | relevance | path

Searched defs:GCOVFunction (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DGCOV.h28 class GCOVFunction; variable
267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction() function
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp311 class GCOVFunction : public GCOVRecord { class
313 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anonb9b0140c0211::GCOVFunction