Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1759 void EmitCtorList(CtorList &Fns, const char *GlobalName);
H A DCodeGenModule.cpp895 EmitCtorList(GlobalCtors, "llvm.global_ctors"); in Release()
896 EmitCtorList(GlobalDtors, "llvm.global_dtors"); in Release()
2085 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) { in EmitCtorList() function in CodeGenModule