Searched defs:GCOVFunction (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | GCOV.h | 25 class GCOVFunction; variable 171 GCOVFunction() : Ident(0), LineNumber(0) {} in GCOVFunction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 36 class GCOVFunction; variable 277 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/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 245 class GCOVFunction : public GCOVRecord { class 247 GCOVFunction(DISubprogram SP, raw_ostream *os, bool Use402Format) { in GCOVFunction() function in __anonebae53380211::GCOVFunction
|
/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 __anonb9b0140c0211::GCOVFunction
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 325 class GCOVFunction : public GCOVRecord { class 327 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anonc00182440211::GCOVFunction
|