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

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

Completed in 107 milliseconds