Searched refs:EmitCtorList (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp171 EmitCtorList(GlobalCtors, "llvm.global_ctors");
172 EmitCtorList(GlobalDtors, "llvm.global_dtors");
440 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { function in class:CodeGenModule
H A DCodeGenModule.h960 /// EmitCtorList - Generates a global array of functions and priorities using
963 void EmitCtorList(const CtorList &Fns, const char *GlobalName);

Completed in 24 milliseconds