Home
last modified time | relevance | path

Searched refs:GetInstructionsWithFlavor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i510 ) lldb::SBTarget::GetInstructionsWithFlavor;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h877 lldb::SBInstructionList GetInstructionsWithFlavor(lldb::SBAddress base_addr,
885 lldb::SBInstructionList GetInstructionsWithFlavor(lldb::addr_t base_addr,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2012 return GetInstructionsWithFlavor(base_addr, nullptr, buf, size); in GetInstructions()
2016 SBTarget::GetInstructionsWithFlavor(lldb::SBAddress base_addr, in GetInstructionsWithFlavor() function in SBTarget
2045 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), nullptr, buf, in GetInstructions()
2050 SBTarget::GetInstructionsWithFlavor(lldb::addr_t base_addr, in GetInstructionsWithFlavor() function in SBTarget
2055 return GetInstructionsWithFlavor(ResolveLoadAddress(base_addr), flavor_string, in GetInstructionsWithFlavor()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57660 result = (arg1)->GetInstructionsWithFlavor(arg2,(char const *)arg3,(void const *)arg4,arg5); in _wrap_SBTarget_GetInstructionsWithFlavor()