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