Searched refs:UnwindInfoPage (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DCompactUnwindPass.cpp60 struct UnwindInfoPage { struct in namespace:lld::mach_o::__anon1144
70 std::vector<UnwindInfoPage> &pages, uint32_t numLSDAs)
156 void addTopLevelIndexes(std::vector<UnwindInfoPage> &pages) {
192 void addLSDAIndexes(std::vector<UnwindInfoPage> &pages, uint32_t numLSDAs) {
208 void addSecondLevelPages(std::vector<UnwindInfoPage> &pages) {
214 void addRegularSecondLevelPage(const UnwindInfoPage &page) {
326 std::vector<UnwindInfoPage> pages;
329 pages.push_back(UnwindInfoPage());

Completed in 117 milliseconds