Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp348 } ImageInfo; in readSwiftVersion() local
356 memcpy(&ImageInfo, Sec->Content.data(), sizeof(ObjCImageInfo)); in readSwiftVersion()
358 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion()
359 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
361 O.SwiftVersion = (ImageInfo.Flags >> 8) & 0xff; in readSwiftVersion()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h656 struct ImageInfo { struct
660 static ImageInfo parseImageInfo(const InputFile *); argument
H A DSyntheticSections.cpp1875 ObjCImageInfoSection::ImageInfo
1877 ImageInfo info; in parseImageInfo()
1928 ImageInfo inputInfo = parseImageInfo(file); in finalizeContents()