Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h284 FunctionCallUP m_nested_call; variable
300 : m_nested_call(std::move(nested_call)) {} in UntracedPrefixSegment()
307 FunctionCallUP m_nested_call; variable
/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp609 if (m_nested_call) in IfNestedCall()
610 callback(*m_nested_call); in IfNestedCall()
622 m_nested_call = std::make_unique<FunctionCall>(cursor_sp, symbol_info); in CreateNestedCall()
623 m_nested_call->SetParentCall(m_owning_call); in CreateNestedCall()
624 return *m_nested_call; in CreateNestedCall()
640 return *m_nested_call; in GetNestedCall()