Home
last modified time | relevance | path

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

/freebsd/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.h39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBTarget.h903 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr,
915 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
/freebsd/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.cpp109 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() function in SBFunction
112 return GetInstructions(target, nullptr); in GetInstructions()
115 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions() function in SBFunction
H A DSBTarget.cpp2011 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions() function in SBTarget
2053 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions() function in SBTarget
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h251 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
H A DFunction.h628 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp468 lldb::DisassemblerSP Function::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Function
484 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
H A DSymbol.cpp589 lldb::DisassemblerSP Symbol::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Symbol
604 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig184 // Typemap for handling SBProcess::WriteMemory, SBTarget::GetInstructions...
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp501 symbol_info.sc.function->GetInstructions(exe_ctx, nullptr)) { in CalculateDisass()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig258 // For SBProcess::WriteMemory, SBTarget::GetInstructions and SBDebugger::DispatchInput.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6939 m_disassembly_sp = m_sc.function->GetInstructions( in WindowDelegateDraw()
6949 m_disassembly_sp = m_sc.symbol->GetInstructions( in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32856 result = (arg1)->GetInstructions(SWIG_STD_MOVE(arg2)); in _wrap_SBFunction_GetInstructions__SWIG_0()
32895 result = (arg1)->GetInstructions(SWIG_STD_MOVE(arg2),(char const *)arg3); in _wrap_SBFunction_GetInstructions__SWIG_1()
53752 result = (arg1)->GetInstructions(SWIG_STD_MOVE(arg2)); in _wrap_SBSymbol_GetInstructions__SWIG_0()
53791 result = (arg1)->GetInstructions(SWIG_STD_MOVE(arg2),(char const *)arg3); in _wrap_SBSymbol_GetInstructions__SWIG_1()
61727 result = (arg1)->GetInstructions(SWIG_STD_MOVE(arg2),(void const *)arg3,SWIG_STD_MOVE(arg4)); in _wrap_SBTarget_GetInstructions()