Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp273 uint64_t ActionPtr = ActionTableStart + ActionEntry - 1; in parseLSDA() local
278 ActionType = Data.getSLEB128(&ActionPtr); in parseLSDA()
279 const uint32_t Self = ActionPtr; in parseLSDA()
280 ActionNext = Data.getSLEB128(&ActionPtr); in parseLSDA()
317 ActionPtr = Self + ActionNext; in parseLSDA()