reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Attributes.h
  616   MaybeAlign getStackAlignment(unsigned Index) const;

References

include/llvm/IR/Function.h
  347             AttributeSets.getStackAlignment(AttributeList::FunctionIndex))
unittests/IR/AttributesTest.cpp
  103   EXPECT_TRUE(AL.getStackAlignment(0) == 32);
  114   EXPECT_TRUE(AL.getStackAlignment(0) == 32);
  131   EXPECT_TRUE(AL2.getStackAlignment(0) == 32);