Home
last modified time | relevance | path

Searched refs:addBlockLine (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DGCOV.h430 void addBlockLine(StringRef Filename, uint32_t Line, const GCOVBlock *Block) { in addBlockLine() function
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp409 FI.addBlockLine(Parent.getFilename(), N, this); in collectLineCounts()