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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp336 AddGlobalCtor(ObjCInitFunction);
339 AddGlobalCtor(PGOInit, 0);
582 /// AddGlobalCtor - Add a function to the list that will be called before
584 void CodeGenModule::AddGlobalCtor(llvm::Function *Ctor, int Priority, function in class:CodeGenModule
2331 AddGlobalCtor(Fn, CA->getPriority());

Completed in 87 milliseconds