Home
last modified time | relevance | path

Searched refs:GetInstructions (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSymbol.i41 GetInstructions (lldb::SBTarget target);
44 GetInstructions (lldb::SBTarget target, const char *flavor_string);
78 return self.GetInstructions (target)
H A DSBFunction.i69 GetInstructions (lldb::SBTarget target);
72 GetInstructions (lldb::SBTarget target, const char *flavor);
119 return self.GetInstructions (target)
H A DSBTarget.i921 GetInstructions;
923 GetInstructions (lldb::SBAddress base_addr, const void *buf, size_t size);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSymbol.h39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBFunction.h38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBTarget.h808 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 DSBSymbol.cpp107 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 DSBFunction.cpp110 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 DTestDisassemble_VST1_64.py43 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
64 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
H A DTestDisassembleRawData.py43 insts = target.GetInstructions(lldb.SBAddress(0, target), raw_bytes)
/llvm-project-15.0.7/lldb/examples/python/
H A Ddisasm.py85 insts = function.GetInstructions(target)
97 insts = symbol.GetInstructions(target)
H A Ddisasm-stress-test.py220 inst_list = target.GetInstructions(fake_address, inst_bytes)
H A Dsymbolication.py90 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 Dsb_symbol.py11 obj.GetInstructions(lldb.SBTarget())
H A Dsb_function.py11 obj.GetInstructions(lldb.SBTarget())
H A Dsb_target.py28 obj.GetInstructions(lldb.SBAddress(), bytearray())
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py61 insts = function.GetInstructions(target)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/
H A DTestAvoidBreakpointInDelaySlot.py49 insts = function.GetInstructions(target)
/llvm-project-15.0.7/lldb/test/API/functionalities/disassemble/aarch64-adrp-add/
H A DTestAArch64AdrpAdd.py46 insns = func.GetInstructions(target)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/
H A DTestStepOverBreakpoint.py59 instructions = function.GetInstructions(self.target)
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbol.h225 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
H A DFunction.h626 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp422 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 DSymbol.cpp542 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 DJSONUtils.cpp631 insts = function.GetInstructions(g_vsc.target); in CreateSource()
644 insts = symbol.GetInstructions(g_vsc.target); in CreateSource()

12