Searched refs:getFunctionPointer (Results 1 – 6 of 6) sorted by relevance
179 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
5332 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()5383 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()5463 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace(); in EmitCall()5466 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()5477 llvm::Value *Handle = Callee.getFunctionPointer(); in EmitCall()
4792 llvm::cast<llvm::PointerType>(Callee.getFunctionPointer()->getType()); in EmitCall()5213 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
229 DefinedSVal getFunctionPointer(const FunctionDecl *func);
279 return getFunctionPointer(MD); in getMemberPointer()285 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { in getFunctionPointer() function in SValBuilder
3098 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()3352 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()