| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBSymbol.i | 41 GetInstructions (lldb::SBTarget target); 44 GetInstructions (lldb::SBTarget target, const char *flavor_string); 78 return self.GetInstructions (target)
|
| H A D | SBFunction.i | 69 GetInstructions (lldb::SBTarget target); 72 GetInstructions (lldb::SBTarget target, const char *flavor); 119 return self.GetInstructions (target)
|
| H A D | SBTarget.i | 921 GetInstructions; 923 GetInstructions (lldb::SBAddress base_addr, const void *buf, size_t size);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBSymbol.h | 39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBFunction.h | 38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBTarget.h | 808 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr, 819 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBSymbol.cpp | 107 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions() function in SBSymbol 110 return GetInstructions(target, nullptr); in GetInstructions() 113 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions() function in SBSymbol
|
| H A D | SBFunction.cpp | 110 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() function in SBFunction 113 return GetInstructions(target, nullptr); in GetInstructions() 116 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions() function in SBFunction
|
| /llvm-project-15.0.7/lldb/test/API/python_api/disassemble-raw-data/ |
| H A D | TestDisassemble_VST1_64.py | 43 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes) 64 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
|
| H A D | TestDisassembleRawData.py | 43 insts = target.GetInstructions(lldb.SBAddress(0, target), raw_bytes)
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | disasm.py | 85 insts = function.GetInstructions(target) 97 insts = symbol.GetInstructions(target)
|
| H A D | disasm-stress-test.py | 220 inst_list = target.GetInstructions(fake_address, inst_bytes)
|
| H A D | symbolication.py | 90 return function.GetInstructions(self.target) 91 return sym_ctx.GetSymbol().GetInstructions(self.target)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_symbol.py | 11 obj.GetInstructions(lldb.SBTarget())
|
| H A D | sb_function.py | 11 obj.GetInstructions(lldb.SBTarget())
|
| H A D | sb_target.py | 28 obj.GetInstructions(lldb.SBAddress(), bytearray())
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/ |
| H A D | TestClassTypesDisassembly.py | 61 insts = function.GetInstructions(target)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/ |
| H A D | TestAvoidBreakpointInDelaySlot.py | 49 insts = function.GetInstructions(target)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/disassemble/aarch64-adrp-add/ |
| H A D | TestAArch64AdrpAdd.py | 46 insns = func.GetInstructions(target)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/ |
| H A D | TestStepOverBreakpoint.py | 59 instructions = function.GetInstructions(self.target)
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 225 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
|
| H A D | Function.h | 626 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Function.cpp | 422 lldb::DisassemblerSP Function::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Function 438 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
|
| H A D | Symbol.cpp | 542 lldb::DisassemblerSP Symbol::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Symbol 557 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 631 insts = function.GetInstructions(g_vsc.target); in CreateSource() 644 insts = symbol.GetInstructions(g_vsc.target); in CreateSource()
|