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();
296 CGObjCRuntime *CreateGNUObjCRuntime(CodeGenModule &CGM);
297 CGObjCRuntime *CreateMacObjCRuntime(CodeGenModule &CGM);
CGObjC.cpp 15 #include "CGObjCRuntime.h"
73 CGObjCRuntime &Runtime = CGM.getObjCRuntime();
185 CGObjCRuntime &Runtime = CGM.getObjCRuntime();
314 CGObjCRuntime &Runtime = CGM.getObjCRuntime();
    [all...]

Completed in 44 milliseconds