Home
last modified time | relevance | path

Searched refs:GCOVFunction (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DGCOV.h28 class GCOVFunction; variable
247 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
262 class GCOVFunction {
267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction() function
314 GCOVBlock(GCOVFunction &P, uint32_t N) in GCOVBlock()
318 const GCOVFunction &getParent() const { return Parent; } in getParent()
355 GCOVFunction &Parent;
370 typedef SmallVector<const GCOVFunction *, 1> FunctionVector;
407 const GCOVFunction *Function) { in addFunctionLine()
438 typedef MapVector<const GCOVFunction *, GCOVCoverage> FuncCoverageMap;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h36 class GCOVFunction; variable
257 SmallVector<std::unique_ptr<GCOVFunction>, 16> Functions;
272 class GCOVFunction {
277 GCOVFunction(GCOVFile &P) : Parent(P) {} in GCOVFunction() function
326 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {} in GCOVBlock()
329 const GCOVFunction &getParent() const { return Parent; } in getParent()
369 GCOVFunction &Parent;
385 using FunctionVector = SmallVector<const GCOVFunction *, 1>;
421 const GCOVFunction *Function) { in addFunctionLine()
453 using FuncCoverageMap = MapVector<const GCOVFunction *, GCOVCoverage>;
/external/llvm/lib/IR/
DGCOV.cpp43 auto GFun = make_unique<GCOVFunction>(*this); in readGCNO()
127 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCNO()
250 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA()
337 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount()
343 uint64_t GCOVFunction::getExitCount() const { in getExitCount()
348 LLVM_DUMP_METHOD void GCOVFunction::dump() const { in dump()
357 void GCOVFunction::collectLineCounts(FileInfo &FI) { in collectLineCounts()
608 DenseMap<const GCOVFunction *, bool> LineExecs; in print()
632 const GCOVFunction *Function = &Block->getParent(); in print()
634 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp43 auto GFun = make_unique<GCOVFunction>(*this); in readGCNO()
133 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCNO()
256 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA()
343 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount()
349 uint64_t GCOVFunction::getExitCount() const { in getExitCount()
353 void GCOVFunction::print(raw_ostream &OS) const { in print()
362 LLVM_DUMP_METHOD void GCOVFunction::dump() const { in dump()
369 void GCOVFunction::collectLineCounts(FileInfo &FI) { in collectLineCounts()
630 DenseMap<const GCOVFunction *, bool> LineExecs; in print()
654 const GCOVFunction *Function = &Block->getParent(); in print()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp72 class GCOVFunction;
132 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs;
212 class GCOVFunction;
301 friend class GCOVFunction;
316 class GCOVFunction : public GCOVRecord { class
318 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anonfb28f5d70211::GCOVFunction
529 Funcs.push_back(make_unique<GCOVFunction>(SP, &F, &out, FunctionIdent++, in emitProfileNotes()
532 GCOVFunction &Func = *Funcs.back(); in emitProfileNotes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp75 class GCOVFunction;
137 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs;
229 class GCOVFunction;
310 friend class GCOVFunction;
325 class GCOVFunction : public GCOVRecord { class
327 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anon0aa0896f0211::GCOVFunction
581 Funcs.push_back(make_unique<GCOVFunction>(SP, &F, &out, FunctionIdent++, in emitProfileNotes()
584 GCOVFunction &Func = *Funcs.back(); in emitProfileNotes()