Searched refs:GetInstructions (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSymbol.cpp | 100 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 D | SBFunction.cpp | 116 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 D | SBTarget.cpp | 2018 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 D | SBSymbol.h | 38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBFunction.h | 37 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBTarget.h | 851 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 D | Symbol.h | 225 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
|
| H A D | Function.h | 630 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Function.cpp | 366 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 D | Symbol.cpp | 537 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 D | IOHandler.cpp | 3960 m_disassembly_sp = m_sc.function->GetInstructions( in WindowDelegateDraw() 3974 m_disassembly_sp = m_sc.symbol->GetInstructions( in WindowDelegateDraw()
|