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