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