Searched refs:GCNOInitialized (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGCOV.h235 : GCNOInitialized(false), Checksum(0), Functions(), RunCount(0),
244 bool GCNOInitialized; member in class:llvm::GCOVFile
/external/llvm/lib/IR/
H A DGCOV.cpp48 GCNOInitialized = true;
55 assert(GCNOInitialized && "readGCDA() can only be called after readGCNO()");

Completed in 110 milliseconds