Searched defs:isCall (Results 1 – 11 of 11) sorted by relevance
71 virtual bool isCall(const MCInst &Inst) const { in isCall() function
150 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
288 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon9e739b040111::MipsNaClELFStreamer
121 bool isCall(const MCInst &Inst) const override { in isCall() function in __anond44693ea0111::LoongArchMCInstrAnalysis
246 bool isCall(const MCInst &Inst) const override { in isCall() function in __anon4993c57e0111::RISCVMCInstrAnalysis
252 bool isCall : 1; variable
1228 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
287 bool isCall : 1; ///< Is a function call. variable
1359 bool isCall) { in parseSparcAsmOperand()
1248 auto isCall = [](const MachineInstr &In) -> bool { in buildStmt() local