Home
last modified time | relevance | path

Searched refs:GlobalDtors (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DProfilingUtils.cpp152 if (GlobalVariable *GlobalDtors = Mod->getNamedGlobal("llvm.global_dtors")) { in InsertProfilingShutdownCall() local
154 dyn_cast<ConstantArray>(GlobalDtors->getInitializer())) { in InsertProfilingShutdownCall()
159 GlobalDtors->eraseFromParent(); in InsertProfilingShutdownCall()
163 GlobalVariable *GlobalDtors = new GlobalVariable( in InsertProfilingShutdownCall() local
168 GlobalDtors->setInitializer(ConstantArray::get( in InsertProfilingShutdownCall()
169 cast<ArrayType>(GlobalDtors->getType()->getElementType()), dtors)); in InsertProfilingShutdownCall()
/external/clang/lib/CodeGen/
DCodeGenModule.h257 CtorList GlobalDtors; variable
DCodeGenModule.cpp134 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()
351 GlobalDtors.push_back(std::make_pair(Dtor, Priority)); in AddGlobalDtor()
/external/llvm/lib/Target/CBackend/
DCBackend.cpp1610 GlobalCtors, GlobalDtors, enumerator
1622 return GlobalDtors; in getGlobalVariableClass()
1692 case GlobalDtors: in doInitialization()