Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h122 struct ObjCEntrypoints { struct
123 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() argument
333 std::unique_ptr<ObjCEntrypoints> ObjCData;
627 ObjCEntrypoints &getObjCEntrypoints() const { in getObjCEntrypoints()
H A DCGObjC.cpp2363 ObjCEntrypoints &EPs = CGF.CGM.getObjCEntrypoints(); in emitOptimizedARCReturnCall()
H A DCodeGenModule.cpp163 ObjCData.reset(new ObjCEntrypoints()); in CodeGenModule()