Searched refs:ObjCImageInfoSection (Results 1 – 3 of 3) sorted by relevance
641 class ObjCImageInfoSection final : public SyntheticSection {643 ObjCImageInfoSection();859 ObjCImageInfoSection *objCImageInfo = nullptr;
1849 ObjCImageInfoSection::ObjCImageInfoSection() in ObjCImageInfoSection() function in ObjCImageInfoSection1852 ObjCImageInfoSection::ImageInfo1853 ObjCImageInfoSection::parseImageInfo(const InputFile *file) { in parseImageInfo()1899 void ObjCImageInfoSection::finalizeContents() { in finalizeContents()1923 void ObjCImageInfoSection::writeTo(uint8_t *buf) const { in writeTo()
1373 in.objCImageInfo = make<ObjCImageInfoSection>(); in createSyntheticSections()