Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp275 int64_t ActionNext; in parseLSDA() local
280 ActionNext = Data.getSLEB128(&ActionPtr); in parseLSDA()
282 outs() << Sep << "(" << ActionType << ", " << ActionNext << ") "; in parseLSDA()
317 ActionPtr = Self + ActionNext; in parseLSDA()
318 } while (ActionNext); in parseLSDA()