HomeSort by relevance Sort by last modified time
    Searched defs:CGObjCRuntime (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.h 1 //===----- CGObjCRuntime.h - Interface to ObjC Runtimes ---------*- C++ -*-===//
63 class CGObjCRuntime {
66 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {}
113 virtual ~CGObjCRuntime();
295 CGObjCRuntime *CreateGNUObjCRuntime(CodeGenModule &CGM);
296 CGObjCRuntime *CreateMacObjCRuntime(CodeGenModule &CGM);
CGObjC.cpp 15 #include "CGObjCRuntime.h"
72 CGObjCRuntime &Runtime = CGM.getObjCRuntime();
184 CGObjCRuntime &Runtime = CGM.getObjCRuntime();
316 CGObjCRuntime &Runtime = CGM.getObjCRuntime();
    [all...]

Completed in 32 milliseconds