Searched refs:EmitCtorList (Results 1 – 2 of 2) sorted by relevance
1203 void EmitCtorList(const CtorList &Fns, const char *GlobalName);
360 EmitCtorList(GlobalCtors, "llvm.global_ctors"); in Release()361 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()628 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { in EmitCtorList() function in CodeGenModule