Searched defs:GlobalCtors (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.h263 /// GlobalCtors - Store the list of global constructors and their respective
265 CtorList GlobalCtors; member in class:clang::CodeGen::CodeGenModule
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp3120 GlobalVariable *GlobalCtors = FindGlobalCtors(M); local
3132 if (GlobalCtors)
3133 LocalChange |= OptimizeGlobalCtorsList(GlobalCtors);

Completed in 84 milliseconds