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.cpp245 class GCOVBlock : public GCOVRecord { class
289 GCOVBlock(uint32_t Number, raw_ostream *os) in GCOVBlock() function in __anon2f0b86d60211::GCOVBlock