Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h1081 void AddCXXDtorEntry(llvm::FunctionCallee DtorFn, llvm::Constant *Object) { in AddCXXDtorEntry() function
H A DItaniumCXXABI.cpp2749 return CGM.AddCXXDtorEntry(dtor, addr); in registerGlobalDtor()