Searched defs:GCOVFunction (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 36 class GCOVFunction; variable 237 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | GCOV.h | 37 class GCOVFunction; variable 241 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/ |
D | GCOV.h | 37 class GCOVFunction; variable 241 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | GCOV.h | 37 class GCOVFunction; variable 241 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | GCOV.h | 37 class GCOVFunction; variable 241 GCOVFunction(GCOVFile &file) : file(file) {} in GCOVFunction() function
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | GCOV.h | 28 class GCOVFunction; variable 267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 37 class GCOVFunction; variable 281 GCOVFunction(GCOVFile &P) : Parent(P) {} in GCOVFunction() function
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 316 class GCOVFunction : public GCOVRecord { class 318 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anonc41b59c20211::GCOVFunction
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 341 class GCOVFunction : public GCOVRecord { class 343 GCOVFunction(const DISubprogram *SP, Function *F, raw_ostream *os, in GCOVFunction() function in __anona59ada640311::GCOVFunction
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 326 class GCOVFunction : public GCOVRecord { class 328 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, in GCOVFunction() function in __anond0c3646a0311::GCOVFunction
|