Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() function
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp905 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
/external/llvm/include/llvm/Target/
DTargetLowering.h2298 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
/external/clang/include/clang/AST/
DExpr.h2188 void setCallee(Expr *F) { SubExprs[FN] = F; } in setCallee() function