Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBInstruction.cpp74 SBInstruction::GetMnemonic(SBTarget target) in GetMnemonic() function in SBInstruction
87 return m_opaque_sp->GetMnemonic(&exe_ctx); in GetMnemonic()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBInstruction.h46 GetMnemonic (lldb::SBTarget target);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDisassembler.h46 GetMnemonic (const ExecutionContext* exe_ctx) in GetMnemonic() function
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmdCmdData.cpp408 const char *pStrMnemonic = instrt.GetMnemonic(sbTarget); in Execute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp5173 const char *mnemonic = inst->GetMnemonic(&exe_ctx); in WindowDelegateDraw()