Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp302 uint64_t TypeIndexTablePtr = TypeIndexTableStart - ActionType - 1; in parseLSDA() local
303 while (uint64_t Index = Data.getULEB128(&TypeIndexTablePtr)) { in parseLSDA()
312 MaxTypeIndexTableOffset, TypeIndexTablePtr - TypeIndexTableStart); in parseLSDA()