Searched defs:CallGraphProfileSection (Results 1 – 5 of 5) sorted by relevance
528 struct CallGraphProfileSection : Section { struct531 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() argument533 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()537 static bool classof(const Chunk *S) { in classof()
554 struct CallGraphProfileSection : Section { struct557 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() argument559 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()563 static bool classof(const Chunk *S) { in classof()
542 struct CallGraphProfileSection : Section { struct545 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() argument547 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()551 static bool classof(const Chunk *S) { in classof()