Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h98 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() function
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp898 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
/external/llvm/include/llvm/Target/
DTargetLowering.h2534 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() function
2544 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp708 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee() function in FastISel::CallLoweringInfo
/external/clang/include/clang/AST/
DExpr.h2190 void setCallee(Expr *F) { SubExprs[FN] = F; } in setCallee() function