Home
last modified time | relevance | path

Searched refs:GetMnemonic (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBInstruction.i39 GetMnemonic (lldb::SBTarget target);
88 return self.GetMnemonic (target)
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp207 strcmp(first_insn->GetMnemonic(&exe_ctx), "jmpl") != 0 || in GetStepThroughTrampolinePlan()
208 strcmp(second_insn->GetMnemonic(&exe_ctx), "nop") != 0) { in GetStepThroughTrampolinePlan()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBInstruction.h40 const char *GetMnemonic(lldb::SBTarget target);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBInstruction.cpp110 const char *SBInstruction::GetMnemonic(SBTarget target) { in GetMnemonic() function in SBInstruction
124 return inst_sp->GetMnemonic(&exe_ctx); in GetMnemonic()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmTypeCheck.cpp43 extern StringRef GetMnemonic(unsigned Opc);
226 auto Name = GetMnemonic(Opc); in typeCheck()
DWebAssemblyAsmParser.cpp1157 StringRef GetMnemonic(unsigned Opc) { in GetMnemonic() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDisassembler.h67 const char *GetMnemonic(const ExecutionContext *exe_ctx) { in GetMnemonic() function
/openbsd/src/gnu/llvm/lldb/examples/python/
Dsymbolication.py584 mnemonic = inst.GetMnemonic(target)
Dlldbtk.py384 value = self.instr.GetMnemonic(
/openbsd/src/gnu/llvm/lldb/source/Target/
DTraceDumper.cpp384 ToOptionalString(instruction->GetMnemonic(&exe_ctx))); in DumpInstruction()
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.cpp660 const char *m = inst.GetMnemonic(g_vsc.target); in CreateSource()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp7174 const char *mnemonic = inst->GetMnemonic(&exe_ctx); in WindowDelegateDraw()