Home
last modified time | relevance | path

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

/external/lldb/scripts/Python/interface/
DSBInstruction.i37 GetMnemonic (lldb::SBTarget target);
71 return self.GetMnemonic (target)
/external/lldb/source/API/
DSBInstruction.cpp73 SBInstruction::GetMnemonic(SBTarget target) in GetMnemonic() function in SBInstruction
86 return m_opaque_sp->GetMnemonic(&exe_ctx); in GetMnemonic()
/external/lldb/test/python_api/disassemble-raw-data/
DTestDisassembleRawData.py38 self.assertTrue (inst.GetMnemonic(target) == "movq")
DTestDisassemble_VST1_64.py57 self.assertTrue (inst.GetMnemonic(target) == "vst1.64")
/external/lldb/include/lldb/API/
DSBInstruction.h46 GetMnemonic (lldb::SBTarget target);
/external/lldb/include/lldb/Core/
DDisassembler.h46 GetMnemonic (const ExecutionContext* exe_ctx) in GetMnemonic() function
/external/lldb/examples/python/
Dsymbolication.py479 mnemonic = inst.GetMnemonic (target)
/external/lldb/www/python_reference/
Dapi-objects.txt3116 lldb.SBInstruction.GetMnemonic lldb.SBInstruction-class.html#GetMnemonic