Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h120 struct ObjCEntrypoints { struct
121 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() function
334 std::unique_ptr<ObjCEntrypoints> ObjCData;
683 ObjCEntrypoints &getObjCEntrypoints() const { in getObjCEntrypoints()
H A DCGObjC.cpp2377 ObjCEntrypoints &EPs = CGF.CGM.getObjCEntrypoints(); in emitOptimizedARCReturnCall()
H A DCodeGenModule.cpp418 ObjCData.reset(new ObjCEntrypoints()); in CodeGenModule()