Searched refs:StackFrame (Results 26 - 50 of 78) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h41 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
H A DUnwindLLDB.h84 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
122 lldb_private::SymbolContext sctx; // A symbol context we'll contribute to & provide to the StackFrame creation
H A DInferiorCallPOSIX.cpp108 StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
191 StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
246 StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
H A DUnwindMacOSXFrameBackchain.cpp76 UnwindMacOSXFrameBackchain::DoCreateRegisterContextForFrame (StackFrame *frame)
91 StackFrame *first_frame = exe_ctx.GetFramePtr();
194 StackFrame *first_frame = exe_ctx.GetFramePtr();
/freebsd-11.0-release/lib/clang/liblldbTarget/
H A DMakefile35 StackFrame.cpp \
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h212 enum ContextKind { StackFrame, Scope, Block }; enumerator in enum:clang::LocationContext::ContextKind
288 : LocationContext(StackFrame, ctx, parent), CallSite(s),
308 ProfileCommon(ID, StackFrame, ctx, parent, s);
314 return Ctx->getKind() == StackFrame;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h584 SetSelectedFrame (lldb_private::StackFrame *frame, bool broadcast = false);
602 CreateRegisterContextForFrame (StackFrame *frame) = 0;
1269 GetStackFrameSPForStackFramePtr (StackFrame *stack_frame_ptr);
1381 friend class StackFrame;
1436 FunctionOptimizationWarning (lldb_private::StackFrame *frame);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp30 #include "lldb/Target/StackFrame.h"
271 Variable::LocationIsValidForFrame (StackFrame *frame)
335 Variable::IsInScope (StackFrame *frame)
584 PrivateAutoComplete (StackFrame *frame,
592 PrivateAutoCompleteMembers (StackFrame *frame,
601 PrivateAutoCompleteMembers (StackFrame *frame,
680 PrivateAutoComplete (StackFrame *frame,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectRegister.cpp87 StackFrame *frame = exe_ctx.GetFramePtr();
190 StackFrame *frame = exe_ctx.GetFramePtr();
362 StackFrame *frame = exe_ctx.GetFramePtr();
H A DFormatEntity.cpp39 #include "lldb/Target/StackFrame.h"
636 StackFrame *frame,
671 StackFrame* frame,
1044 StackFrame *frame,
1546 StackFrame *frame = exe_ctx->GetFramePtr();
1561 StackFrame *frame = exe_ctx->GetFramePtr();
1577 StackFrame *frame = exe_ctx->GetFramePtr();
1589 StackFrame *frame = exe_ctx->GetFramePtr();
1601 StackFrame *frame = exe_ctx->GetFramePtr();
1614 StackFrame *fram
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp45 #include "lldb/Target/StackFrame.h"
386 StackFrame *frame = m_exe_ctx.GetFramePtr();
482 uint32_t expr_path_options = StackFrame::eExpressionPathOptionCheckPtrVsMember |
483 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess |
484 StackFrame::eExpressionPathOptionsInspectAnonymousUnions;
H A DCommandObjectWatchpoint.cpp28 #include "lldb/Target/StackFrame.h"
980 StackFrame *frame = m_exe_ctx.GetFramePtr();
1015 uint32_t expr_path_options = StackFrame::eExpressionPathOptionCheckPtrVsMember |
1016 StackFrame::eExpressionPathOptionsAllowDirectIVarAccess;
1181 StackFrame *frame = m_exe_ctx.GetFramePtr();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h137 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
H A DThreadElfCore.cpp81 ThreadElfCore::CreateRegisterContextForFrame (StackFrame *frame)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h71 CreateRegisterContextForFrame (StackFrame *frame) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp21 #include "lldb/Target/StackFrame.h"
214 if (StackFrame *frame = exe_ctx.GetFramePtr())
242 if (StackFrame *frame = exe_ctx.GetFramePtr())
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h79 StackFrame*
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h202 class StackFrame;
400 typedef std::shared_ptr<lldb_private::StackFrame> StackFrameSP;
401 typedef std::unique_ptr<lldb_private::StackFrame> StackFrameUP;
402 typedef std::weak_ptr<lldb_private::StackFrame> StackFrameWP;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp28 #include "lldb/Target/StackFrame.h"
126 StackFrame *frame = exe_ctx.GetFramePtr();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp14 #include "lldb/Target/StackFrame.h"
143 ExecutionContext::ExecutionContext(Process* process, Thread *thread, StackFrame *frame) :
337 StackFrame &
398 ExecutionContext::SetFramePtr (StackFrame *frame)
776 ExecutionContextRef::SetFramePtr (StackFrame *frame)
H A DThreadPlanStepInstruction.cpp173 StackFrame *return_frame = m_thread.GetStackFrameAtIndex(1).get();
H A DThreadPlanStepInRange.cpp333 StackFrame *frame = GetThread().GetStackFrameAtIndex(0).get();
405 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp136 const StackFrameContext *StackFrame; member in class:__anon4240::ReturnVisitor
147 : StackFrame(Frame), Mode(Initial), EnableNullFPSuppression(Suppressed) {}
156 ID.AddPointer(StackFrame);
235 if (N->getLocationContext() != StackFrame)
249 SVal V = State->getSVal(Ret, StackFrame);
325 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), StackFrame);
344 if (CE->getCalleeContext() != StackFrame)
356 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State);
372 BR.removeInvalidation(ReturnVisitor::getTag(), StackFrame); local
402 BR.markInvalid(ReturnVisitor::getTag(), StackFrame); variable
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp48 #include "lldb/Target/StackFrame.h"
104 StackFrame *frame = exe_ctx.GetFramePtr();
389 if (StackFrame *frame = exe_ctx.GetFramePtr())
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1232 RenderScriptRuntime::EvalRSExpression(const char* expression, StackFrame* frame_ptr, uint64_t* result)
1416 RenderScriptRuntime::JITDataPointer(AllocationDetails* allocation, StackFrame* frame_ptr,
1459 RenderScriptRuntime::JITTypePointer(AllocationDetails* allocation, StackFrame* frame_ptr)
1501 RenderScriptRuntime::JITTypePacked(AllocationDetails* allocation, StackFrame* frame_ptr)
1567 RenderScriptRuntime::JITElementPacked(Element& elem, const lldb::addr_t context, StackFrame* frame_ptr)
1628 RenderScriptRuntime::JITSubelements(Element& elem, const lldb::addr_t context, StackFrame* frame_ptr)
1721 RenderScriptRuntime::JITAllocationSize(AllocationDetails* allocation, StackFrame* frame_ptr)
1792 RenderScriptRuntime::JITAllocationStride(AllocationDetails* allocation, StackFrame* frame_ptr)
1833 RenderScriptRuntime::RefreshAllocation(AllocationDetails* allocation, StackFrame* frame_ptr)
1865 RenderScriptRuntime::FindStructTypeName(Element& elem, StackFrame* frame_pt
[all...]

Completed in 295 milliseconds

1234