Lines Matching defs:Callee
46 if (const BinaryFunction *Callee =
48 if (BAT && BAT->isBATFunction(Callee->getAddress()))
49 std::tie(Callee, EntryID) = BAT->translateSymbol(BC, *Symbol, Offset);
51 Callee->getBasicBlockContainingOffset(Offset))
52 BC.getFunctionForSymbol(Callee->getSecondaryEntryPointSymbol(*BB),
54 CSI.DestId = Callee->getFunctionNumber();
56 return Callee;
278 const BinaryFunction *Callee =
280 if (Callee)
281 TargetName = Callee->getOneName();
289 const BinaryFunction *const Callee =
291 if (Callee)
292 TargetName = Callee->getOneName();