Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbol.cpp100 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions() function in SBSymbol
101 return GetInstructions(target, NULL); in GetInstructions()
104 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions() function in SBSymbol
H A DSBFunction.cpp116 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() function in SBFunction
117 return GetInstructions(target, NULL); in GetInstructions()
120 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions() function in SBFunction
H A DSBTarget.cpp2018 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions() function in SBTarget
2047 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions() function in SBTarget
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSymbol.h38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBFunction.h37 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBTarget.h851 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr,
862 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h225 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
H A DFunction.h630 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp366 lldb::DisassemblerSP Function::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Function
383 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
H A DSymbol.cpp537 lldb::DisassemblerSP Symbol::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Symbol
553 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3960 m_disassembly_sp = m_sc.function->GetInstructions( in WindowDelegateDraw()
3974 m_disassembly_sp = m_sc.symbol->GetInstructions( in WindowDelegateDraw()