Home
last modified time | relevance | path

Searched refs:getStackAlignmentFromAttrs (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h146 inline unsigned getStackAlignmentFromAttrs(Attributes A) { in getStackAlignmentFromAttrs() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp81 Result += utostr(Attribute::getStackAlignmentFromAttrs(Attrs)); in getAsString()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp65 FrameInfo->setMaxAlignment(Attribute::getStackAlignmentFromAttrs( in MachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp479 << Attribute::getStackAlignmentFromAttrs(attrs) in printAttributes()