Searched refs:ObjCMethListSection (Results 1 – 4 of 4) sorted by relevance
2014 ObjCMethListSection::ObjCMethListSection() in ObjCMethListSection() function in ObjCMethListSection2024 void ObjCMethListSection::setUp() { in setUp()2049 void ObjCMethListSection::finalize() { in finalize()2087 void ObjCMethListSection::writeTo(uint8_t *bufStart) const { in writeTo()2102 bool ObjCMethListSection::isMethodList(const ConcatInputSection *isec) { in isMethodList()2132 void ObjCMethListSection::writeRelativeOffsetForIsec( in writeRelativeOffsetForIsec()2169 ObjCMethListSection::writeRelativeMethodList(const ConcatInputSection *isec, in writeRelativeMethodList()2218 uint32_t ObjCMethListSection::computeRelativeMethodListSize( in computeRelativeMethodListSize()2235 void ObjCMethListSection::readMethodListHeader(const uint8_t *buf, in readMethodListHeader()2243 void ObjCMethListSection::writeMethodListHeader(uint8_t *buf, in writeMethodListHeader()
692 class ObjCMethListSection final : public SyntheticSection {694 ObjCMethListSection();864 ObjCMethListSection *objcMethList = nullptr;
49 ObjCMethListSection::isMethodList(isec)) { in addInputSection()
1404 in.objcMethList = make<ObjCMethListSection>(); in createSyntheticSections()