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.h37 class GCOVFunction; variable
241 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp326 class GCOVFunction : public GCOVRecord { class
328 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, in GCOVFunction() function in __anon09913f2a0311::GCOVFunction