Searched defs:isCall (Results 1 – 6 of 6) sorted by relevance
50 virtual bool isCall(const MCInst &Inst) const { in isCall() function
214 bool isCall() const { return Flags & (1 << MCID::Call); } in isCall() function
65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon6a84d4a70111::MipsNaClELFStreamer
78 bool isCall() const { return I.getInt(); } in isCall() function
233 bool isCall : 1; variable
784 bool isCall) { in parseSparcAsmOperand()