Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h1538 void EmitCtorList(CtorList &Fns, const char *GlobalName);
H A DCodeGenModule.cpp509 EmitCtorList(GlobalCtors, "llvm.global_ctors"); in Release()
510 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()
1414 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) { in EmitCtorList() function in CodeGenModule