HomeSort by: relevance | last modified time | path
    Searched refs:GNUstep (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ObjCRuntime.h 54 /// 'gnustep' is the modern non-fragile GNUstep runtime.
55 GNUstep,
86 case GNUstep: return true;
100 // The GNUstep runtime uses a newer dispatch method by default from
102 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
126 case GNUstep:
150 case GNUstep: return true;
169 case GNUstep: return getVersion() >= VersionTuple(1, 6);
204 case GNUstep
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
ObjCRuntime.cpp 38 case ObjCRuntime::GNUstep: out << "gnustep"; break;
72 } else if (runtimeName == "gnustep") {
76 kind = ObjCRuntime::GNUstep;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 95 /// GNUstep and ObjFW).
164 /// Metadata kind used to tie method lookups to message sends. The GNUstep
227 assert(!isRuntime(ObjCRuntime::GNUstep, 2));
228 if (isRuntime(ObjCRuntime::GNUstep, 1, 6)) {
277 // int size; (only in GNUstep v2 ABI.
278 if (isRuntime(ObjCRuntime::GNUstep, 2)) {
364 /// used in the GNUstep runtime, which maintains a list of all of the valid
514 /// Returns the name of ivar offset variables. In the GNUstep v1 ABI, this
674 /// with the new GNUstep runtime ABI, but refrains from using any features that
718 /// Class used when targeting the new GNUstep runtime ABI
    [all...]
CGException.cpp 158 case ObjCRuntime::GNUstep:
212 case ObjCRuntime::GNUstep:
CodeGenModule.cpp 219 case ObjCRuntime::GNUstep:
CGObjCMac.cpp 7945 case ObjCRuntime::GNUstep:
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 654 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 723 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::GNUstep) {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 6870 if ((runtime.getKind() == ObjCRuntime::GNUstep) &&
6968 // Legacy behaviour is to target the gnustep runtime if we are in
6971 runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(2, 0));

Completed in 90 milliseconds