Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h117 struct ObjCEntrypoints { struct
118 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() argument
330 std::unique_ptr<ObjCEntrypoints> ObjCData;
644 ObjCEntrypoints &getObjCEntrypoints() const { in getObjCEntrypoints()
H A DCGObjC.cpp2347 ObjCEntrypoints &EPs = CGF.CGM.getObjCEntrypoints(); in emitOptimizedARCReturnCall()
H A DCodeGenModule.cpp177 ObjCData.reset(new ObjCEntrypoints()); in CodeGenModule()