Searched defs:isCall (Results 1 – 9 of 9) sorted by relevance
53 virtual bool isCall(const MCInst &Inst) const { in isCall() function
279 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon1bd8d1cf0111::MipsNaClELFStreamer
139 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
1241 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
275 bool isCall : 1; ///< Is a function call. variable
247 bool isCall : 1; variable
995 bool isCall) { in parseSparcAsmOperand()
1248 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local