Searched defs:StackSizesSection (Results 1 – 2 of 2) sorted by relevance
358 struct StackSizesSection : Section { struct361 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() function363 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()367 static bool classof(const Chunk *S) { in classof()371 static bool nameMatches(StringRef Name) { in nameMatches()
173 MCSection *StackSizesSection = nullptr; variable