Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h1208 void EmitCtorList(const CtorList &Fns, const char *GlobalName);
DCodeGenModule.cpp400 EmitCtorList(GlobalCtors, "llvm.global_ctors"); in Release()
401 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()
723 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { in EmitCtorList() function in CodeGenModule