Home
last modified time | relevance | path

Searched refs:inline_depth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp93 auto inline_depth = stop_info_sp->GetSuggestedStackFrameIndex(inlined); in ResetCurrentInlinedDepth() local
96 if (inline_depth) { in ResetCurrentInlinedDepth()
98 m_current_inlined_depth = *inline_depth; in ResetCurrentInlinedDepth()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp36 #pragma inline_depth(0)