Searched refs:GlobalDtors (Results 1 – 4 of 4) sorted by relevance
151 if (GlobalVariable *GlobalDtors = Mod->getNamedGlobal("llvm.global_dtors")) { in InsertProfilingShutdownCall() local153 dyn_cast<ConstantArray>(GlobalDtors->getInitializer())) { in InsertProfilingShutdownCall()158 GlobalDtors->eraseFromParent(); in InsertProfilingShutdownCall()162 GlobalVariable *GlobalDtors = new GlobalVariable( in InsertProfilingShutdownCall() local167 GlobalDtors->setInitializer(ConstantArray::get( in InsertProfilingShutdownCall()168 cast<ArrayType>(GlobalDtors->getType()->getElementType()), dtors)); in InsertProfilingShutdownCall()
355 CtorList GlobalDtors; variable637 CtorList &getGlobalDtors() { return GlobalDtors; } in getGlobalDtors()
401 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()720 GlobalDtors.push_back(Structor(Priority, Dtor, nullptr)); in AddGlobalDtor()
1602 GlobalCtors, GlobalDtors, enumerator1614 return GlobalDtors; in getGlobalVariableClass()1684 case GlobalDtors: in doInitialization()