Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3161 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame() local
3163 if (BBState.ExitIsSetup && AbsSPAdj != Size) { in verifyStackFrame()
3166 << AbsSPAdj << ">.\n"; in verifyStackFrame()