Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h562 bool isStackGrowthDirectionUp() const { return StackGrowsUp; } in isStackGrowthDirectionUp() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1239 if (asmInfo->isStackGrowthDirectionUp()) in getDataAlignmentFactor()