Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2396 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame() local
2398 if (BBState.ExitIsSetup && AbsSPAdj != Size) { in verifyStackFrame()
2401 << AbsSPAdj << ">.\n"; in verifyStackFrame()