Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.h369 CGObjCRuntime *CreateMacObjCRuntime(CodeGenModule &CGM);
H A DCodeGenModule.cpp243 ObjCRuntime.reset(CreateMacObjCRuntime(*this)); in createObjCRuntime()
H A DCGObjCMac.cpp7907 CodeGen::CreateMacObjCRuntime(CodeGen::CodeGenModule &CGM) { in CreateMacObjCRuntime() function in CodeGen