Home
last modified time | relevance | path

Searched defs:StackSizesSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h346 struct StackSizesSection : Section { struct
349 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() function
351 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h173 MCSection *StackSizesSection = nullptr; variable