Searched defs:isCall (Results 1 – 10 of 10) sorted by relevance
72 virtual bool isCall(const MCInst &Inst) const { in isCall() function
157 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
289 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
72 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon9e739b040111::MipsNaClELFStreamer
126 bool isCall(const MCInst &Inst) const override { in isCall() function in __anond44693ea0111::LoongArchMCInstrAnalysis
251 bool isCall(const MCInst &Inst) const override { in isCall() function in __anon4993c57e0111::RISCVMCInstrAnalysis
250 bool isCall : 1; variable
1229 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
291 bool isCall : 1; ///< Is a function call. variable
1250 auto isCall = [](const MachineInstr &In) -> bool { in buildStmt() local