Home
last modified time | relevance | path

Searched refs:objCImageInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h647 assert(!file->objCImageInfo.empty()); in addFile()
859 ObjCImageInfoSection *objCImageInfo = nullptr; member
H A DInputFiles.h124 ArrayRef<uint8_t> objCImageInfo; variable
H A DInputSection.h349 constexpr const char objCImageInfo[] = "__objc_imageinfo"; variable
H A DWriter.cpp1314 if (in.objCImageInfo->isNeeded()) in run()
1315 in.objCImageInfo->finalizeContents(); in run()
1373 in.objCImageInfo = make<ObjCImageInfoSection>(); in createSyntheticSections()
H A DDriver.cpp675 section_names::objCImageInfo}; in initializeSectionRenameMap()
1302 if (!file->objCImageInfo.empty()) in gatherInputSections()
1303 in.objCImageInfo->addFile(file); in gatherInputSections()
H A DInputFiles.cpp406 } else if (name == section_names::objCImageInfo && in parseSections()
408 objCImageInfo = data; in parseSections()
H A DSyntheticSections.cpp1850 : SyntheticSection(segment_names::data, section_names::objCImageInfo) {} in ObjCImageInfoSection()
1855 ArrayRef<uint8_t> data = file->objCImageInfo; in parseImageInfo()