Home
last modified time | relevance | path

Searched refs:registerGlobalDtorWithLLVM (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp337 void CodeGenFunction::registerGlobalDtorWithLLVM(const VarDecl &VD, in registerGlobalDtorWithLLVM() function in CodeGenFunction
H A DCodeGenFunction.h4905 void registerGlobalDtorWithLLVM(const VarDecl &D, llvm::FunctionCallee fn,
H A DItaniumCXXABI.cpp2998 return CGF.registerGlobalDtorWithLLVM(D, dtor, addr); in registerGlobalDtor()