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 __anonbf4b4bd60111::MipsNaClELFStreamer
121 bool isCall(const MCInst &Inst) const override { in isCall() function in __anoncd98e47c0111::LoongArchMCInstrAnalysis
238 bool isCall(const MCInst &Inst) const override { isCall() function in __anonbeefa4100111::RISCVMCInstrAnalysis
1223 inline bool LazyCallGraph::Edge::isCall() const { isCall() function
275 bool isCall : 1; ///< Is a function call. global() variable
1253 parseSparcAsmOperand(std::unique_ptr<SparcOperand> & Op,bool isCall) parseSparcAsmOperand() argument
1248 auto isCall = [](const MachineInstr &In) -> bool { in buildStmt() local