Lines Matching defs:target
40 // 2 inst = target.ReadInstructions(pc, 1).GetInstructionAtIndex(0)
45 // SBInstructionList that was returned by lldb.target.ReadInstructions() that
110 const char *SBInstruction::GetMnemonic(SBTarget target) {
111 LLDB_INSTRUMENT_VA(this, target);
118 TargetSP target_sp(target.GetSP());
129 const char *SBInstruction::GetOperands(SBTarget target) {
130 LLDB_INSTRUMENT_VA(this, target);
137 TargetSP target_sp(target.GetSP());
148 const char *SBInstruction::GetComment(SBTarget target) {
149 LLDB_INSTRUMENT_VA(this, target);
156 TargetSP target_sp(target.GetSP());
167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) {
168 LLDB_INSTRUMENT_VA(this, target);
173 TargetSP target_sp(target.GetSP());
195 SBData SBInstruction::GetData(SBTarget target) {
196 LLDB_INSTRUMENT_VA(this, target);
314 lldb_private::Target *target = exe_ctx.GetTargetPtr();
315 lldb_private::ArchSpec arch = target->GetArchitecture();