Home
last modified time | relevance | path

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

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DProgramState.py50 class StackFrame: class
104 def __init__(self, frames: List[StackFrame] = None):
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.h22 class StackFrame; variable
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DForest.h
/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp557 struct StackFrame { in computeSymbolicIntegerLexMin() argument
554 struct StackFrame { computeSymbolicIntegerLexMin() struct
555 splitIndexSymbolicLexSimplex::computeSymbolicIntegerLexMin::StackFrame computeSymbolicIntegerLexMin() argument
556 snapshotSymbolicLexSimplex::computeSymbolicIntegerLexMin::StackFrame computeSymbolicIntegerLexMin() argument
558 domainPolyCountsSymbolicLexSimplex::computeSymbolicIntegerLexMin::StackFrame computeSymbolicIntegerLexMin() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp710 for (const auto &StackFrame : AllocInfo->CallStack) addCallStack() local
727 auto StackFrame = ProfileCallStack.begin() + StartIndex; stackFrameIncludesInlinedCallStack() local
856 for (auto &StackFrame : CS) { readMemprof() local
[all...]
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h236 class StackFrame { in StackFrame() function
[all...]
/llvm-project/lldb/source/Target/
H A DStackFrame.cpp53 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, StackFrame() function in StackFrame
79 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, StackFrame() function in StackFrame
105 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, StackFrame() function in StackFrame
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h51 class StackFrame; variable
/llvm-project/lldb/include/lldb/Target/
H A DThread.h1253 friend class StackFrame; global() variable
/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h217 enum ContextKind { StackFrame, Block }; enumerator
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp504 const StackFrameContext *StackFrame = getCalleeStackFrame(0); getConstructionContext() local
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h202 class StackFrame; global() variable
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2043 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local