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.h165 struct ObjCEntrypoints { struct
166 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() function
379 std::unique_ptr<ObjCEntrypoints> ObjCData;
745 ObjCEntrypoints &getObjCEntrypoints() const { in getObjCEntrypoints()
H A DCGObjC.cpp2421 ObjCEntrypoints &EPs = CGF.CGM.getObjCEntrypoints(); in emitOptimizedARCReturnCall()
H A DCodeGenModule.cpp491 ObjCData.reset(new ObjCEntrypoints()); in CodeGenModule()