HomeSort by relevance Sort by last modified time
    Searched refs:GCOVFunction (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
GCOV.h 25 class GCOVFunction;
167 SmallVector<GCOVFunction *, 16> Functions;
170 /// GCOVFunction - Collects function information.
171 class GCOVFunction {
173 GCOVFunction() : Ident(0), LineNumber(0) {}
174 ~GCOVFunction();
  /external/llvm/lib/IR/
GCOV.cpp 48 GCOVFunction *GFun = NULL;
54 GFun = new GCOVFunction();
66 for (SmallVectorImpl<GCOVFunction *>::iterator I = Functions.begin(),
74 for (SmallVectorImpl<GCOVFunction *>::iterator I = Functions.begin(),
81 // GCOVFunction implementation.
83 /// ~GCOVFunction - Delete GCOVFunction and its content.
84 GCOVFunction::~GCOVFunction() {
90 bool GCOVFunction::read(GCOVBuffer &Buff, GCOV::GCOVFormat Format)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 199 class GCOVFunction;
287 friend class GCOVFunction;
302 class GCOVFunction : public GCOVRecord {
304 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident,
331 ~GCOVFunction() {
444 GCOVFunction Func(SP, &out, i, Options.UseCfgChecksum);

Completed in 25 milliseconds