Searched refs:objCImageInfo (Results 1 – 7 of 7) sorted by relevance
649 assert(!file->objCImageInfo.empty()); in addFile()861 ObjCImageInfoSection *objCImageInfo = nullptr; member
351 constexpr const char objCImageInfo[] = "__objc_imageinfo"; variable
1343 if (in.objCImageInfo->isNeeded()) in run()1344 in.objCImageInfo->finalizeContents(); in run()1402 in.objCImageInfo = make<ObjCImageInfoSection>(); in createSyntheticSections()
124 ArrayRef<uint8_t> objCImageInfo; variable
670 section_names::objCImageInfo}; in initializeSectionRenameMap()1314 if (!file->objCImageInfo.empty()) in gatherInputSections()1315 in.objCImageInfo->addFile(file); in gatherInputSections()
404 } else if (name == section_names::objCImageInfo && in parseSections()406 objCImageInfo = data; in parseSections()
1873 : SyntheticSection(segment_names::data, section_names::objCImageInfo) {} in ObjCImageInfoSection()1878 ArrayRef<uint8_t> data = file->objCImageInfo; in parseImageInfo()