Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp615 CodeGenFunction::getUBSanFunctionTypeHash(QualType Ty) const { in getUBSanFunctionTypeHash() function in CodeGenFunction
1051 PrologueSig, getUBSanFunctionTypeHash(FD->getType()))); in StartFunction()
H A DCodeGenFunction.h2549 llvm::ConstantInt *getUBSanFunctionTypeHash(QualType T) const;
H A DCGExpr.cpp6309 auto *TypeHash = getUBSanFunctionTypeHash(PointeeType); in EmitCall()