Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DObjCPass.cpp46 case MachOLinkingContext::objc_retainReleaseForSimulator: in ObjCImageInfoAtom()
H A DMachOLinkingContext.cpp1062 case objc_retainReleaseForSimulator: in handleLoadedFile()
1070 _objcConstraint == objc_retainReleaseForSimulator) && in handleLoadedFile()
1072 _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-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h81 objc_retainReleaseForSimulator = 32, enumerator