Searched defs:IsIndirectCall (Results 1 – 6 of 6) sorted by relevance
73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()178 bool IsIndirectCall; in emitInstruction() local
65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()170 bool IsIndirectCall; in EmitInstruction() local
73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()178 bool IsIndirectCall; in EmitInstruction() local
172 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()444 bool IsIndirectCall) override { in onLoweredCall()1489 bool IsIndirectCall = !F; in visitCallBase() local
232 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()516 bool IsIndirectCall) override { in onLoweredCall()1651 bool IsIndirectCall = !F; in visitCallBase() local
3889 bool IsIndirectCall = (CI && CI->isIndirectCall()); in LowerCall() local