Searched defs:isCall (Results 1 – 11 of 11) sorted by relevance
53 virtual bool isCall(const MCInst &Inst) const { in isCall() function
286 bool isCall() const { return Flags & (1ULL << MCID::Call); } in isCall() function
73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon0538250f0111::MipsNaClELFStreamer
1223 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function
275 bool isCall : 1; ///< Is a function call. variable
87 bool isCall() const { return I.getInt() == 1; } in isCall() function
1107 bool Shader::Instruction::isCall() const in isCall() function in sw::Shader::Instruction
871 bool isCall) { in parseSparcAsmOperand()
1165 deUint32 isCall; in simulate() member
1251 auto isCall = [] (const MachineInstr &In) -> bool { in buildStmt() local
32040 const isCall = kind === SignatureKind.Call; constant