Home
last modified time | relevance | path

Searched defs:isCall (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrAnalysis.h50 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCInstrDesc.h232 bool isCall() const { in isCall() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon6fb8e3aa0111::MipsNaClELFStreamer
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp55 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt()
/external/llvm/include/llvm/IR/
DCallSite.h73 bool isCall() const { return I.getInt(); } in isCall() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h232 bool isCall : 1; variable
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp645 bool isCall) { in parseSparcAsmOperand()