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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DGCOV.h187 class GCOVBlock { class in namespace:llvm
189 GCOVBlock(uint32_t N) : Number(N), Counter(0) {} function in class:llvm::GCOVBlock
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp199 class GCOVBlock : public GCOVRecord { class in namespace:__anon10362
237 GCOVBlock(uint32_t Number, raw_ostream *os) function in class:__anon10362::GCOVBlock
[all...]

Completed in 100 milliseconds