Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h38 class GCOVFunction; variable
242 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp328 class GCOVFunction : public GCOVRecord { class
330 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, in GCOVFunction() function in __anon09913f2a0311::GCOVFunction