Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.h1088 void EmitCtorList(const CtorList &Fns, const char *GlobalName);
DCodeGenModule.cpp246 EmitCtorList(GlobalCtors, "llvm.global_ctors"); in Release()
247 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()
552 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { in EmitCtorList() function in CodeGenModule