Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp207 strcmp(first_insn->GetMnemonic(&exe_ctx), "jmpl") != 0 || in GetStepThroughTrampolinePlan()
208 strcmp(second_insn->GetMnemonic(&exe_ctx), "nop") != 0) { in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionExtensions.i15 return self.GetMnemonic (target)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h40 const char *GetMnemonic(lldb::SBTarget target);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp110 const char *SBInstruction::GetMnemonic(SBTarget target) { in GetMnemonic() function in SBInstruction
126 return ConstString(inst_sp->GetMnemonic(&exe_ctx)).GetCString(); in GetMnemonic()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp41 extern StringRef GetMnemonic(unsigned Opc);
251 auto Name = GetMnemonic(Opc); in typeCheck()
H A DWebAssemblyAsmParser.cpp1169 StringRef GetMnemonic(unsigned Opc) { in GetMnemonic() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h67 const char *GetMnemonic(const ExecutionContext *exe_ctx,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp384 ToOptionalString(instruction->GetMnemonic(&exe_ctx))); in DumpInstruction()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7195 const char *mnemonic = inst->GetMnemonic(&exe_ctx); in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31900 result = (char *)(arg1)->GetMnemonic(arg2); in _wrap_SBInstruction_GetMnemonic()