Home
last modified time | relevance | path

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

/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.cpp108 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() function in SBFunction
111 return GetInstructions(target, nullptr); in GetInstructions()
114 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions() function in SBFunction
H A DSBTarget.cpp2048 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions() function in SBTarget
2081 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions() function in SBTarget
/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.h886 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr,
898 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
/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.h622 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp457 lldb::DisassemblerSP Function::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Function
473 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.cpp6938 m_disassembly_sp = m_sc.function->GetInstructions( in WindowDelegateDraw()
6952 m_disassembly_sp = m_sc.symbol->GetInstructions( in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32383 result = (arg1)->GetInstructions(arg2); in _wrap_SBFunction_GetInstructions__SWIG_0()
32422 result = (arg1)->GetInstructions(arg2,(char const *)arg3); in _wrap_SBFunction_GetInstructions__SWIG_1()
52624 result = (arg1)->GetInstructions(arg2); in _wrap_SBSymbol_GetInstructions__SWIG_0()
52663 result = (arg1)->GetInstructions(arg2,(char const *)arg3); in _wrap_SBSymbol_GetInstructions__SWIG_1()
60528 result = (arg1)->GetInstructions(arg2,(void const *)arg3,arg4); in _wrap_SBTarget_GetInstructions()