Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h871 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr,
883 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
/freebsd-14.2/contrib/llvm-project/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.cpp107 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() function in SBFunction
110 return GetInstructions(target, nullptr); in GetInstructions()
113 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions() function in SBFunction
H A DSBTarget.cpp2007 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions() function in SBTarget
2040 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions() function in SBTarget
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunctionExtensions.i12 return self.GetInstructions (target)
H A DSBSymbolExtensions.i15 return self.GetInstructions (target)
H A DSBTargetDocstrings.i499 ) lldb::SBTarget::GetInstructions;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h251 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
H A DFunction.h622 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp456 lldb::DisassemblerSP Function::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Function
472 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
H A DSymbol.cpp593 lldb::DisassemblerSP Symbol::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Symbol
608 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig184 // Typemap for handling SBProcess::WriteMemory, SBTarget::GetInstructions...
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp501 symbol_info.sc.function->GetInstructions(exe_ctx, nullptr)) { in CalculateDisass()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig258 // For SBProcess::WriteMemory, SBTarget::GetInstructions and SBDebugger::DispatchInput.
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6937 m_disassembly_sp = m_sc.function->GetInstructions( in WindowDelegateDraw()
6951 m_disassembly_sp = m_sc.symbol->GetInstructions( in WindowDelegateDraw()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp30952 result = (arg1)->GetInstructions(arg2); in _wrap_SBFunction_GetInstructions__SWIG_0()
30991 result = (arg1)->GetInstructions(arg2,(char const *)arg3); in _wrap_SBFunction_GetInstructions__SWIG_1()
49890 result = (arg1)->GetInstructions(arg2); in _wrap_SBSymbol_GetInstructions__SWIG_0()
49929 result = (arg1)->GetInstructions(arg2,(char const *)arg3); in _wrap_SBSymbol_GetInstructions__SWIG_1()
57616 result = (arg1)->GetInstructions(arg2,(void const *)arg3,arg4); in _wrap_SBTarget_GetInstructions()