Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCompactUnwindSupport.h246 (NumSecondLevelPages + 1) * IndexEntrySize + NumLSDAs * LSDAEntrySize + in processAndReserveUnwindInfo()
332 SectionOffsetToLSDAs + NumLSDAs * LSDAEntrySize; in writeUnwindInfo()
379 assert(NumLSDAs == 0 && "NumLSDAs should be zero"); in processCompactUnwind()
419 ++NumLSDAs; in processCompactUnwind()
452 << ", lsdas = " << NumLSDAs << "\n"; in processCompactUnwind()
671 size_t NumLSDAs = 0; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8158 int NumLSDAs = in printMachOUnwindInfoSection() local
8161 for (int i = 0; i < NumLSDAs; ++i) { in printMachOUnwindInfoSection()