Home
last modified time | relevance | path

Searched refs:objc_retainReleaseForSimulator (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DObjCPass.cpp45 case MachOLinkingContext::objc_retainReleaseForSimulator: in ObjCImageInfoAtom()
H A DMachOLinkingContext.cpp1065 case objc_retainReleaseForSimulator: in handleLoadedFile()
1073 _objcConstraint == objc_retainReleaseForSimulator) && in handleLoadedFile()
1075 _objcConstraint = objc_retainReleaseForSimulator; in handleLoadedFile()
H A DMachONormalizedFileToAtoms.cpp1391 if (flags & MachOLinkingContext::objc_retainReleaseForSimulator) in parseObjCImageInfo()
1392 file.setObjcConstraint(MachOLinkingContext::objc_retainReleaseForSimulator); in parseObjCImageInfo()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h80 objc_retainReleaseForSimulator = 32, enumerator