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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1437 /// EmitCtorList - Generates a global array of functions and priorities using
1440 void EmitCtorList(CtorList &Fns, const char *GlobalName);
H A DCodeGenModule.cpp438 EmitCtorList(GlobalCtors, "llvm.global_ctors");
439 EmitCtorList(GlobalDtors, "llvm.global_dtors");
1166 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) { function in class:CodeGenModule

Completed in 175 milliseconds