Home
last modified time | relevance | path

Searched refs:ObjCImageInfoSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h641 class ObjCImageInfoSection final : public SyntheticSection {
643 ObjCImageInfoSection();
859 ObjCImageInfoSection *objCImageInfo = nullptr;
H A DSyntheticSections.cpp1849 ObjCImageInfoSection::ObjCImageInfoSection() in ObjCImageInfoSection() function in ObjCImageInfoSection
1852 ObjCImageInfoSection::ImageInfo
1853 ObjCImageInfoSection::parseImageInfo(const InputFile *file) { in parseImageInfo()
1899 void ObjCImageInfoSection::finalizeContents() { in finalizeContents()
1923 void ObjCImageInfoSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp1373 in.objCImageInfo = make<ObjCImageInfoSection>(); in createSyntheticSections()