Searched defs:isNonFragile (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DObjCRuntime.h80 bool isNonFragile() const { function in class:clang::ObjCRuntime
93 /// The inverse of isNonFragile(): does this runtime follow the set of
95 bool isFragile() const { return !isNonFragile(); }
107 else if ((getKind() == MacOSX) && isNonFragile() &&
/external/clang/lib/Driver/
H A DTools.cpp2622 if (runtime.isNonFragile())
5523 if (objcRuntime.isNonFragile()) {
6138 bool isNonFragile = objcABIVersion != 1; local
6146 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile);
6160 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile);
6172 if (isNonFragile)

Completed in 138 milliseconds