reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 lldb::SBInstruction GetInstructionAtIndex(uint32_t idx);
34333 result = (arg1)->GetInstructionAtIndex(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h 510 static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBInstructionList.cpp67 GetInstructionAtIndex, (uint32_t), idx); 91 addr = GetInstructionAtIndex(i).GetAddress(); 99 SBInstruction insn = GetInstructionAtIndex(i); 195 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) 217 GetInstructionAtIndex, (uint32_t));tools/lldb/tools/lldb-vscode/JSONUtils.cpp
520 lldb::SBInstruction inst = insts.GetInstructionAtIndex(i);