Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DCompactUnwindPass.cpp60 struct UnwindInfoPage { struct
70 std::vector<UnwindInfoPage> &pages, uint32_t numLSDAs) in UnwindInfoAtom()
156 void addTopLevelIndexes(std::vector<UnwindInfoPage> &pages) { in addTopLevelIndexes()
192 void addLSDAIndexes(std::vector<UnwindInfoPage> &pages, uint32_t numLSDAs) { in addLSDAIndexes()
208 void addSecondLevelPages(std::vector<UnwindInfoPage> &pages) { in addSecondLevelPages()
214 void addRegularSecondLevelPage(const UnwindInfoPage &page) { in addRegularSecondLevelPage()
326 std::vector<UnwindInfoPage> pages; in perform()
329 pages.push_back(UnwindInfoPage()); in perform()