Searched refs:AddCXXDtorEntry (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h1133 void AddCXXDtorEntry(llvm::FunctionCallee DtorFn, llvm::Constant *Object) { function in class:clang::CodeGen::CodeGenModule
H A DItaniumCXXABI.cpp2740 return CGM.AddCXXDtorEntry(dtor, addr);
H A DMicrosoftCXXABI.cpp2362 return CGM.AddCXXDtorEntry(Dtor, Addr);

Completed in 195 milliseconds