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

  /external/llvm/lib/VMCore/
GCOV.cpp 48 GCOVFunction *GFun = NULL;
54 GFun = new GCOVFunction();
66 for (SmallVector<GCOVFunction *, 16>::iterator I = Functions.begin(),
74 for (SmallVector<GCOVFunction *, 16>::iterator I = Functions.begin(),
81 // GCOVFunction implementation.
83 /// ~GCOVFunction - Delete GCOVFunction and its content.
84 GCOVFunction::~GCOVFunction() {
90 bool GCOVFunction::read(GCOVBuffer &Buff, GCOVFormat Format)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 157 class GCOVFunction;
230 friend class GCOVFunction;
245 class GCOVFunction : public GCOVRecord {
247 GCOVFunction(DISubprogram SP, raw_ostream *os, bool Use402Format) {
273 ~GCOVFunction() {
379 GCOVFunction Func(SP, os, Use402Format);
  /external/llvm/include/llvm/Support/
GCOV.h 25 class GCOVFunction;
165 SmallVector<GCOVFunction *, 16> Functions;
168 /// GCOVFunction - Collects function information.
169 class GCOVFunction {
171 GCOVFunction() : Ident(0), LineNumber(0) {}
172 ~GCOVFunction();

Completed in 94 milliseconds