Searched refs:ObjCMethListSection (Results 1 – 4 of 4) sorted by relevance
1991 ObjCMethListSection::ObjCMethListSection() in ObjCMethListSection() function in ObjCMethListSection2001 void ObjCMethListSection::setUp() { in setUp()2029 void ObjCMethListSection::finalize() { in finalize()2067 void ObjCMethListSection::writeTo(uint8_t *bufStart) const { in writeTo()2082 bool ObjCMethListSection::isMethodList(const ConcatInputSection *isec) { in isMethodList()2112 void ObjCMethListSection::writeRelativeOffsetForIsec( in writeRelativeOffsetForIsec()2145 ObjCMethListSection::writeRelativeMethodList(const ConcatInputSection *isec, in writeRelativeMethodList()2194 uint32_t ObjCMethListSection::computeRelativeMethodListSize( in computeRelativeMethodListSize()2211 void ObjCMethListSection::readMethodListHeader(const uint8_t *buf, in readMethodListHeader()2219 void ObjCMethListSection::writeMethodListHeader(uint8_t *buf, in writeMethodListHeader()
690 class ObjCMethListSection final : public SyntheticSection {692 ObjCMethListSection();862 ObjCMethListSection *objcMethList = nullptr;
50 ObjCMethListSection::isMethodList(isec)) { in addInputSection()
1375 in.objcMethList = make<ObjCMethListSection>(); in createSyntheticSections()