Searched refs:objCImageInfo (Results 1 – 7 of 7) sorted by relevance
632 assert(!file->objCImageInfo.empty()); in addFile()797 ObjCImageInfoSection *objCImageInfo = nullptr; member
345 constexpr const char objCImageInfo[] = "__objc_imageinfo"; variable
124 ArrayRef<uint8_t> objCImageInfo; variable
1299 if (in.objCImageInfo->isNeeded()) in run()1300 in.objCImageInfo->finalizeContents(); in run()1355 in.objCImageInfo = make<ObjCImageInfoSection>(); in createSyntheticSections()
642 section_names::objCImageInfo}; in initializeSectionRenameMap()1259 if (!file->objCImageInfo.empty()) in gatherInputSections()1260 in.objCImageInfo->addFile(file); in gatherInputSections()
406 } else if (name == section_names::objCImageInfo && in parseSections()408 objCImageInfo = data; in parseSections()
1785 : SyntheticSection(segment_names::data, section_names::objCImageInfo) {} in ObjCImageInfoSection()1790 ArrayRef<uint8_t> data = file->objCImageInfo; in parseImageInfo()