Searched refs:GetMnemonic (Results 1 – 12 of 12) sorted by relevance
39 GetMnemonic (lldb::SBTarget target);88 return self.GetMnemonic (target)
207 strcmp(first_insn->GetMnemonic(&exe_ctx), "jmpl") != 0 || in GetStepThroughTrampolinePlan()208 strcmp(second_insn->GetMnemonic(&exe_ctx), "nop") != 0) { in GetStepThroughTrampolinePlan()
40 const char *GetMnemonic(lldb::SBTarget target);
110 const char *SBInstruction::GetMnemonic(SBTarget target) { in GetMnemonic() function in SBInstruction124 return inst_sp->GetMnemonic(&exe_ctx); in GetMnemonic()
43 extern StringRef GetMnemonic(unsigned Opc);226 auto Name = GetMnemonic(Opc); in typeCheck()
1157 StringRef GetMnemonic(unsigned Opc) { in GetMnemonic() function
67 const char *GetMnemonic(const ExecutionContext *exe_ctx) { in GetMnemonic() function
584 mnemonic = inst.GetMnemonic(target)
384 value = self.instr.GetMnemonic(
384 ToOptionalString(instruction->GetMnemonic(&exe_ctx))); in DumpInstruction()
660 const char *m = inst.GetMnemonic(g_vsc.target); in CreateSource()
7174 const char *mnemonic = inst->GetMnemonic(&exe_ctx); in WindowDelegateDraw()