Searched defs:StackSizesSection (Results 1 – 4 of 4) sorted by relevance
218 struct StackSizesSection : Section { struct223 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument225 static bool classof(const Chunk *S) { in classof()229 static bool nameMatches(StringRef Name) { in nameMatches()
264 struct StackSizesSection : Section { struct267 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() function269 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()273 static bool classof(const Chunk *S) { in classof()277 static bool nameMatches(StringRef Name) { in nameMatches()
173 MCSection *StackSizesSection = nullptr; variable
175 MCSection *StackSizesSection = nullptr; variable