OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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++ -*-===//
64
class
CGObjCRuntime
{
111
virtual ~
CGObjCRuntime
();
257
CGObjCRuntime
*CreateGNUObjCRuntime(CodeGenModule &CGM);
258
CGObjCRuntime
*CreateMacObjCRuntime(CodeGenModule &CGM);
CGObjC.cpp
15
#include "
CGObjCRuntime
.h"
101
CGObjCRuntime
&Runtime = CGM.getObjCRuntime();
[
all
...]
Completed in 31 milliseconds