Searched defs:StackSizesSection (Results 1 – 12 of 12) 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()
332 struct StackSizesSection : Section { struct335 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() function337 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()341 static bool classof(const Chunk *S) { in classof()345 static bool nameMatches(StringRef Name) { in nameMatches()
358 struct StackSizesSection : Section { struct361 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument363 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()
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()
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