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

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp300 AddGlobalCtor(Fn);
H A DCodeGenModule.cpp170 AddGlobalCtor(ObjCInitFunction);
426 /// AddGlobalCtor - Add a function to the list that will be called before
428 void CodeGenModule::AddGlobalCtor(llvm::Function * Ctor, int Priority) { function in class:CodeGenModule
1896 AddGlobalCtor(Fn, CA->getPriority());
H A DCodeGenModule.h957 void AddGlobalCtor(llvm::Function *Ctor, int Priority=65535);

Completed in 410 milliseconds