Home
last modified time | relevance | path

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

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