Home
last modified time | relevance | path

Searched refs:setPointerBounds (Results 1 – 6 of 6) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DTargetInfo.h274 virtual llvm::Value *setPointerBounds(CodeGen::CodeGenFunction &, in setPointerBounds() function
H A DCodeGenFunction.cpp134 llvm::Value *CodeGenFunction::setPointerBounds( in setPointerBounds() function in CodeGenFunction
148 return getTargetHooks().setPointerBounds(*this, V, Size, Name); in setPointerBounds()
H A DCodeGenFunction.h4691 llvm::Value *setPointerBounds(llvm::Value *V, llvm::Value *Size,
4697 llvm::Value *setPointerBounds(llvm::Value *V, uint64_t Size,
4702 return setPointerBounds(V, llvm::ConstantInt::get(Int64Ty, Size), Loc, Name,
H A DCGExprCXX.cpp1599 setPointerBounds(allocation.getPointer(), allocSize, E->getExprLoc(), in EmitCXXNewExpr()
H A DCGExpr.cpp753 llvm::Value *Result = CGF.setPointerBounds( in tightenCHERIBounds()
H A DTargetInfo.cpp845 llvm::Value *setPointerBounds(CodeGen::CodeGenFunction &CGF, llvm::Value *Ptr, in setPointerBounds() function in __anona2c4e09f0111::CommonCheriTargetCodeGenInfo