Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp367 return _objcConstraint != objc_unknown; in needsObjCPass()
1069 assert((_objcConstraint == objc_unknown || in handleLoadedFile()
1070 _objcConstraint == objc_retainReleaseForSimulator) && in handleLoadedFile()
1072 _objcConstraint = objc_retainReleaseForSimulator; in handleLoadedFile()
1081 assert((_objcConstraint == objc_unknown || in handleLoadedFile()
1082 _objcConstraint == objc_retainRelease) && in handleLoadedFile()
1084 _objcConstraint = objc_retainRelease; in handleLoadedFile()
H A DFile.h205 return _objcConstraint; in objcConstraint()
208 _objcConstraint = v; in setObjcConstraint()
277 MachOLinkingContext::ObjCConstraint _objcConstraint = variable
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h192 ObjCConstraint objcConstraint() const { return _objcConstraint; } in objcConstraint()
472 ObjCConstraint _objcConstraint = objc_unknown; variable