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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp157 EmitCtorList(GlobalCtors, "llvm.global_ctors");
158 EmitCtorList(GlobalDtors, "llvm.global_dtors");
385 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { function in class:CodeGenModule

Completed in 54 milliseconds