Home
last modified time | relevance | path

Searched defs:StackFrame (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/nlm/
H A Dppc.h129 struct StackFrame struct
131 LONG *ExceptionDomainID;
132 /*ProcessorStructure*/ int *ExceptionProcessorID;
133 BYTE *ExceptionDescription;
134 LONG ExceptionFlags;
135 LONG ExceptionErrorCode;
136 LONG ExceptionNumber;
137 struct SavedMachineState ExceptionState;
H A Di386.h13 #define StackFrame T_TSS_StackFrame macro
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.h22 class StackFrame; variable
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp53 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
79 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
105 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() function in StackFrame
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h51 class StackFrame; variable
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h1207 friend class StackFrame; variable
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h217 enum ContextKind { StackFrame, Block }; enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1271 for (auto StackFrame : AllocInfo->CallStack) in addCallStack() local
1287 auto StackFrame = ProfileCallStack.begin() + StartIndex; in stackFrameIncludesInlinedCallStack() local
1362 for (auto &StackFrame : CS) { in readMemprof() local
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h196 class StackFrame; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp501 const StackFrameContext *StackFrame = getCalleeStackFrame(0); in getConstructionContext() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2125 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local