Home
last modified time | relevance | path

Searched refs:CreateGNUObjCRuntime (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h350 CGObjCRuntime *CreateGNUObjCRuntime(CodeGenModule &CGM);
H A DCGObjCGNU.cpp4119 clang::CodeGen::CreateGNUObjCRuntime(CodeGenModule &CGM) { in CreateGNUObjCRuntime() function in clang::CodeGen
H A DCodeGenModule.cpp222 ObjCRuntime.reset(CreateGNUObjCRuntime(*this)); in createObjCRuntime()