Searched defs:GCOVFunction (Results 1 – 6 of 6) sorted by relevance
| /external/llvm-project/llvm/include/llvm/ProfileData/ |
| D | GCOV.h | 40 class GCOVFunction; variable 234 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| D | GCOV.h | 37 class GCOVFunction; variable 281 GCOVFunction(GCOVFile &P) : Parent(P) {} in GCOVFunction() function
|
| /external/llvm/include/llvm/Support/ |
| D | GCOV.h | 28 class GCOVFunction; variable 267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction() function
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | GCOVProfiling.cpp | 316 class GCOVFunction : public GCOVRecord { class 318 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anon18a99b330211::GCOVFunction
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | GCOVProfiling.cpp | 341 class GCOVFunction : public GCOVRecord { class 343 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anonef91c0150311::GCOVFunction
|
| /external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | GCOVProfiling.cpp | 378 class GCOVFunction : public GCOVRecord { class 380 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, in GCOVFunction() function in __anon492488a10611::GCOVFunction
|