Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h103 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() function
H A DTargetLowering.h3764 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() function
3774 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp868 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp756 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee() function in FastISel::CallLoweringInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2884 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee() function