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