/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 37 class GCOVBlock; variable 277 GCOVBlock(uint32_t N) : number(N) {} in GCOVBlock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | GCOV.h | 38 class GCOVBlock; variable 281 GCOVBlock(uint32_t N) : number(N) {} in GCOVBlock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/ |
D | GCOV.h | 38 class GCOVBlock; variable 281 GCOVBlock(uint32_t N) : number(N) {} in GCOVBlock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | GCOV.h | 38 class GCOVBlock; variable 281 GCOVBlock(uint32_t N) : number(N) {} in GCOVBlock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | GCOV.h | 38 class GCOVBlock; variable 281 GCOVBlock(uint32_t N) : number(N) {} in GCOVBlock() function
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 251 class GCOVBlock : public GCOVRecord { class 292 GCOVBlock(const GCOVBlock &RHS) : GCOVRecord(RHS), Number(RHS.Number) { in GCOVBlock() function in __anonc41b59c20211::GCOVBlock 303 GCOVBlock(uint32_t Number, raw_ostream *os) in GCOVBlock() function in __anonc41b59c20211::GCOVBlock
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | GCOV.h | 29 class GCOVBlock; variable 314 GCOVBlock(GCOVFunction &P, uint32_t N) in GCOVBlock() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 38 class GCOVBlock; variable 327 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {} in GCOVBlock() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 285 class GCOVBlock : public GCOVRecord { class 317 GCOVBlock(const GCOVBlock &RHS) : GCOVRecord(RHS), Number(RHS.Number) { in GCOVBlock() function in __anona59ada640311::GCOVBlock 328 GCOVBlock(uint32_t Number, raw_ostream *os) in GCOVBlock() function in __anona59ada640311::GCOVBlock
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 271 class GCOVBlock : public GCOVRecord { class 303 GCOVBlock(const GCOVBlock &RHS) : GCOVRecord(RHS), Number(RHS.Number) { in GCOVBlock() function in __anond0c3646a0311::GCOVBlock 317 GCOVBlock(GCOVProfiler *P, uint32_t Number) in GCOVBlock() function in __anond0c3646a0311::GCOVBlock
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 440 std::vector<std::pair<GCOVBlock *, size_t>> &stack) { in augmentOneCycle()
|