#include <TraceDumper.h>
Definition at line 293 of file TraceDumper.h.
◆ UntracedPrefixSegment() [1/2]
lldb_private::TraceDumper::FunctionCall::UntracedPrefixSegment::UntracedPrefixSegment |
( |
FunctionCallUP && |
nested_call | ) |
|
|
inline |
Note: Untraced segments can only exist if have also seen a traced segment of the same function call.
Thus, we can use those traced segments if we want symbol information and such.
Definition at line 299 of file TraceDumper.h.
◆ UntracedPrefixSegment() [2/2]
lldb_private::TraceDumper::FunctionCall::UntracedPrefixSegment::UntracedPrefixSegment |
( |
const UntracedPrefixSegment & |
| ) |
|
|
privatedelete |
◆ GetNestedCall()
◆ operator=()
◆ m_nested_call
FunctionCallUP lldb_private::TraceDumper::FunctionCall::UntracedPrefixSegment::m_nested_call |
|
private |
The documentation for this class was generated from the following files: