Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() function
H A DTargetLowering.h4234 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() function
4244 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp868 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp748 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee() function in FastISel::CallLoweringInfo
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2964 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee() function