| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceCursorIntelPT.cpp | 23 assert(!m_decoded_thread_sp->GetInstructions().empty() && in TraceCursorIntelPT() 25 m_pos = m_decoded_thread_sp->GetInstructions().size() - 1; in TraceCursorIntelPT() 29 return m_decoded_thread_sp->GetInstructions().size(); in GetInternalInstructionSize() 77 return m_decoded_thread_sp->GetInstructions()[m_pos].IsError(); in IsError() 81 return m_decoded_thread_sp->GetInstructions()[m_pos].ToError(); in GetError() 85 return m_decoded_thread_sp->GetInstructions()[m_pos].GetLoadAddress(); in GetLoadAddress() 89 return m_decoded_thread_sp->GetInstructions()[m_pos].GetTimestampCounter(); in GetTimestampCounter() 96 ? m_decoded_thread_sp->GetInstructions()[m_pos + 1].GetLoadAddress() in GetInstructionControlFlowType() 98 return m_decoded_thread_sp->GetInstructions()[m_pos].GetControlFlowType( in GetInstructionControlFlowType()
|
| H A D | DecodedThread.h | 142 llvm::ArrayRef<IntelPTInstruction> GetInstructions() const;
|
| H A D | DecodedThread.cpp | 97 ArrayRef<IntelPTInstruction> DecodedThread::GetInstructions() const { in GetInstructions() function in DecodedThread
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSymbol.cpp | 111 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions() function in SBSymbol 112 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBSymbol, GetInstructions, in GetInstructions() 115 return LLDB_RECORD_RESULT(GetInstructions(target, nullptr)); in GetInstructions() 118 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions() function in SBSymbol 120 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBSymbol, GetInstructions, in GetInstructions() 222 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBSymbol, GetInstructions, in RegisterMethods() 224 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBSymbol, GetInstructions, in RegisterMethods()
|
| H A D | SBFunction.cpp | 113 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions() function in SBFunction 114 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, in GetInstructions() 117 return LLDB_RECORD_RESULT(GetInstructions(target, nullptr)); in GetInstructions() 120 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions() function in SBFunction 122 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, in GetInstructions() 258 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, in RegisterMethods() 260 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, in RegisterMethods()
|
| H A D | SBTarget.cpp | 2105 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions() function in SBTarget 2108 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in GetInstructions() 2144 lldb::SBInstructionList SBTarget::GetInstructions(lldb::addr_t base_addr, in GetInstructions() function in SBTarget 2147 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in GetInstructions() 2736 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in RegisterMethods() 2741 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSymbol.i | 41 GetInstructions (lldb::SBTarget target); 44 GetInstructions (lldb::SBTarget target, const char *flavor_string); 78 return self.GetInstructions (target)
|
| H A D | SBFunction.i | 69 GetInstructions (lldb::SBTarget target); 72 GetInstructions (lldb::SBTarget target, const char *flavor); 119 return self.GetInstructions (target)
|
| H A D | SBTarget.i | 915 GetInstructions; 917 GetInstructions (lldb::SBAddress base_addr, const void *buf, size_t size);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBSymbol.h | 39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBFunction.h | 38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target); 40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
|
| H A D | SBTarget.h | 801 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr, 812 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 225 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
|
| H A D | Function.h | 632 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 541 lldb::DisassemblerSP Symbol::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Symbol 556 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
|
| H A D | Function.cpp | 424 lldb::DisassemblerSP Function::GetInstructions(const ExecutionContext &exe_ctx, in GetInstructions() function in Function 440 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TraceInstructionDumper.cpp | 229 sc.function->GetInstructions(exe_ctx, nullptr)) { in DumpInstructions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 174 // For SBProcess::WriteMemory, SBTarget::GetInstructions and SBDebugger::DispatchInput.
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5389 m_disassembly_sp = m_sc.function->GetInstructions( in WindowDelegateDraw() 5403 m_disassembly_sp = m_sc.symbol->GetInstructions( in WindowDelegateDraw()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 28517 result = (arg1)->GetInstructions(arg2); in _wrap_SBFunction_GetInstructions__SWIG_0() 28556 result = (arg1)->GetInstructions(arg2,(char const *)arg3); in _wrap_SBFunction_GetInstructions__SWIG_1() 45337 result = (arg1)->GetInstructions(arg2); in _wrap_SBSymbol_GetInstructions__SWIG_0() 45376 result = (arg1)->GetInstructions(arg2,(char const *)arg3); in _wrap_SBSymbol_GetInstructions__SWIG_1() 52469 result = (arg1)->GetInstructions(arg2,(void const *)arg3,arg4); in _wrap_SBTarget_GetInstructions()
|