Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp23 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 DDecodedThread.h142 llvm::ArrayRef<IntelPTInstruction> GetInstructions() const;
H A DDecodedThread.cpp97 ArrayRef<IntelPTInstruction> DecodedThread::GetInstructions() const { in GetInstructions() function in DecodedThread
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp111 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 DSBFunction.cpp113 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 DSBTarget.cpp2105 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 DSBSymbol.i41 GetInstructions (lldb::SBTarget target);
44 GetInstructions (lldb::SBTarget target, const char *flavor_string);
78 return self.GetInstructions (target)
H A DSBFunction.i69 GetInstructions (lldb::SBTarget target);
72 GetInstructions (lldb::SBTarget target, const char *flavor);
119 return self.GetInstructions (target)
H A DSBTarget.i915 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 DSBSymbol.h39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBFunction.h38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
H A DSBTarget.h801 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 DSymbol.h225 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
H A DFunction.h632 lldb::DisassemblerSP GetInstructions(const ExecutionContext &exe_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp541 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 DFunction.cpp424 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 DTraceInstructionDumper.cpp229 sc.function->GetInstructions(exe_ctx, nullptr)) { in DumpInstructions()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig174 // For SBProcess::WriteMemory, SBTarget::GetInstructions and SBDebugger::DispatchInput.
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5389 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 DLLDBWrapLua.cpp28517 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()