Home
last modified time | relevance | path

Searched refs:isStackGrowthDirectionUp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h538 bool isStackGrowthDirectionUp() const { return StackGrowsUp; } in isStackGrowthDirectionUp() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1260 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()