Searched refs:objCImageInfo (Results 1 – 7 of 7) sorted by relevance
644 assert(!file->objCImageInfo.empty()); in addFile()809 ObjCImageInfoSection *objCImageInfo = nullptr; member
336 constexpr const char objCImageInfo[] = "__objc_imageinfo"; variable
124 ArrayRef<uint8_t> objCImageInfo; variable
1293 if (in.objCImageInfo->isNeeded()) in run()1294 in.objCImageInfo->finalizeContents(); in run()1349 in.objCImageInfo = make<ObjCImageInfoSection>(); in createSyntheticSections()
619 section_names::objCImageInfo}; in initializeSectionRenameMap()1230 if (!file->objCImageInfo.empty()) in gatherInputSections()1231 in.objCImageInfo->addFile(file); in gatherInputSections()
384 } else if (name == section_names::objCImageInfo && in parseSections()386 objCImageInfo = data; in parseSections()
1820 : SyntheticSection(segment_names::data, section_names::objCImageInfo) {} in ObjCImageInfoSection()1825 ArrayRef<uint8_t> data = file->objCImageInfo; in parseImageInfo()