Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h40 class GCOVFunction; variable
234 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp379 class GCOVFunction : public GCOVRecord { class
381 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, in GCOVFunction() function in __anon8d0cc8750611::GCOVFunction