Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DGCOV.h27 class GCOVFunction; variable
266 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp314 class GCOVFunction : public GCOVRecord { class
316 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident, in GCOVFunction() function in __anon498f98dd0211::GCOVFunction