Searched refs:GlobalCtors (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp122 GlobalVariable *GlobalCtors = findGlobalCtors(M); local
123 if (!GlobalCtors)
126 std::vector<Function *> Ctors = parseGlobalCtors(GlobalCtors);
161 removeGlobalCtors(GlobalCtors, CtorsToRemove);
/external/clang/lib/CodeGen/
H A DCodeGenModule.h345 CtorList GlobalCtors; member in class:clang::CodeGen::CodeGenModule
630 CtorList &getGlobalCtors() { return GlobalCtors; }
H A DCodeGenModule.cpp383 EmitCtorList(GlobalCtors, "llvm.global_ctors");
671 GlobalCtors.push_back(Structor(Priority, Ctor, AssociatedData));

Completed in 61 milliseconds