Searched defs:GCOVBlock (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 37 class GCOVBlock; variable 277 GCOVBlock(uint32_t N) : number(N) {} in GCOVBlock() function
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 29 class GCOVBlock; variable 314 GCOVBlock(GCOVFunction &P, uint32_t N) in GCOVBlock() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 38 class GCOVBlock; variable 327 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N) {} in GCOVBlock() function
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 251 class GCOVBlock : public GCOVRecord { class 292 GCOVBlock(const GCOVBlock &RHS) : GCOVRecord(RHS), Number(RHS.Number) { in GCOVBlock() function in __anon25b1d4420211::GCOVBlock 303 GCOVBlock(uint32_t Number, raw_ostream *os) in GCOVBlock() function in __anon25b1d4420211::GCOVBlock
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 285 class GCOVBlock : public GCOVRecord { class 317 GCOVBlock(const GCOVBlock &RHS) : GCOVRecord(RHS), Number(RHS.Number) { in GCOVBlock() function in __anonc883f4e40311::GCOVBlock 328 GCOVBlock(uint32_t Number, raw_ostream *os) in GCOVBlock() function in __anonc883f4e40311::GCOVBlock
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 271 class GCOVBlock : public GCOVRecord { class 303 GCOVBlock(const GCOVBlock &RHS) : GCOVRecord(RHS), Number(RHS.Number) { in GCOVBlock() function in __anonf3ac7eea0311::GCOVBlock 317 GCOVBlock(GCOVProfiler *P, uint32_t Number) in GCOVBlock() function in __anonf3ac7eea0311::GCOVBlock
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 440 std::vector<std::pair<GCOVBlock *, size_t>> &stack) { in augmentOneCycle()
|