Searched refs:getFunctionPointer (Results 1 – 6 of 6) sorted by relevance
179 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
5345 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()5396 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()5476 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace(); in EmitCall()5479 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()5490 llvm::Value *Handle = Callee.getFunctionPointer(); in EmitCall()
4742 llvm::cast<llvm::PointerType>(Callee.getFunctionPointer()->getType()); in EmitCall()5141 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
2775 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()3029 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()