Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGCOV.h26 class GCOVBlock; variable
189 GCOVBlock(uint32_t N) : Number(N), Counter(0) {} in GCOVBlock() function
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp198 class GCOVBlock : public GCOVRecord { class
236 GCOVBlock(uint32_t Number, raw_ostream *os) in GCOVBlock() function in __anona7dd2d520211::GCOVBlock