LLDB mainline
|
#include <TraceDumper.h>
Public Member Functions | |
UntracedPrefixSegment (FunctionCallUP &&nested_call) | |
Note: Untraced segments can only exist if have also seen a traced segment of the same function call. | |
const FunctionCall & | GetNestedCall () const |
Private Member Functions | |
UntracedPrefixSegment (const UntracedPrefixSegment &)=delete | |
UntracedPrefixSegment & | operator= (UntracedPrefixSegment const &) |
Private Attributes | |
FunctionCallUP | m_nested_call |
Definition at line 293 of file TraceDumper.h.
|
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.
References m_nested_call.
Referenced by operator=(), and UntracedPrefixSegment().
|
privatedelete |
References UntracedPrefixSegment().
const TraceDumper::FunctionCall & TraceDumper::FunctionCall::UntracedPrefixSegment::GetNestedCall | ( | ) | const |
Definition at line 639 of file TraceDumper.cpp.
References m_nested_call.
|
private |
References UntracedPrefixSegment().
|
private |
Definition at line 307 of file TraceDumper.h.
Referenced by GetNestedCall(), and UntracedPrefixSegment().