Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h327 struct StackSizesSection : Section { struct
330 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
332 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
336 static bool classof(const Chunk *S) { in classof()
340 static bool nameMatches(StringRef Name) { in nameMatches()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h175 MCSection *StackSizesSection = nullptr; variable