Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDGCOV.h37 class GCOVFunction; variable
241 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp326 class GCOVFunction : public GCOVRecord { class
328 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, in GCOVFunction() function in __anone998d3c40311::GCOVFunction