Searched refs:GlobalDtors (Results 1 – 4 of 4) sorted by relevance
152 if (GlobalVariable *GlobalDtors = Mod->getNamedGlobal("llvm.global_dtors")) { in InsertProfilingShutdownCall() local154 dyn_cast<ConstantArray>(GlobalDtors->getInitializer())) { in InsertProfilingShutdownCall()159 GlobalDtors->eraseFromParent(); in InsertProfilingShutdownCall()163 GlobalVariable *GlobalDtors = new GlobalVariable( in InsertProfilingShutdownCall() local168 GlobalDtors->setInitializer(ConstantArray::get( in InsertProfilingShutdownCall()169 cast<ArrayType>(GlobalDtors->getType()->getElementType()), dtors)); in InsertProfilingShutdownCall()
257 CtorList GlobalDtors; variable
134 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()351 GlobalDtors.push_back(std::make_pair(Dtor, Priority)); in AddGlobalDtor()
1610 GlobalCtors, GlobalDtors, enumerator1622 return GlobalDtors; in getGlobalVariableClass()1692 case GlobalDtors: in doInitialization()