Home
last modified time | relevance | path

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

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