Home
last modified time | relevance | path

Searched defs:setCallee (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() function
H A DTargetLowering.h4591 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, setCallee() function
/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp870 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp745 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee() function in FastISel::CallLoweringInfo
/llvm-project/clang/include/clang/AST/
H A DExpr.h2977 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } setCallee() function