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.cpp349 } ImageInfo; in readSwiftVersion() local
357 memcpy(&ImageInfo, Sec->Content.data(), sizeof(ObjCImageInfo)); in readSwiftVersion()
359 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion()
360 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
362 O.SwiftVersion = (ImageInfo.Flags >> 8) & 0xff; in readSwiftVersion()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h639 struct ImageInfo { struct
643 static ImageInfo parseImageInfo(const InputFile *); argument
H A DSyntheticSections.cpp1787 ObjCImageInfoSection::ImageInfo
1789 ImageInfo info; in parseImageInfo()
1840 ImageInfo inputInfo = parseImageInfo(file); in finalizeContents()