Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp145 uint64_t MaxTypeIndexTableOffset = 0; in parseLSDA() local
311 MaxTypeIndexTableOffset = std::max( in parseLSDA()
312 MaxTypeIndexTableOffset, TypeIndexTablePtr - TypeIndexTableStart); in parseLSDA()
326 assert(TypeIndexTableStart + MaxTypeIndexTableOffset <= in parseLSDA()
353 LSDASectionData.slice(TypeIndexTableStart, MaxTypeIndexTableOffset); in parseLSDA()