Searched refs:FunctionCall (Results 1 – 4 of 4) sorted by relevance
613 const TraceDumper::FunctionCall &618 TraceDumper::FunctionCall &638 const TraceDumper::FunctionCall &643 TraceDumper::FunctionCall::FunctionCall( in FunctionCall() function in TraceDumper::FunctionCall650 void TraceDumper::FunctionCall::AppendSegment( in AppendSegment()657 TraceDumper::FunctionCall::GetSymbolInfo() const { in GetSymbolInfo()668 TraceDumper::FunctionCall::TracedSegment &683 TraceDumper::FunctionCall *TraceDumper::FunctionCall::GetParentCall() const { in GetParentCall()687 void TraceDumper::FunctionCall::SetParentCall( in SetParentCall()688 TraceDumper::FunctionCall &parent_call) { in SetParentCall()[all …]
205 class FunctionCall; variable206 using FunctionCallUP = std::unique_ptr<FunctionCall>;208 class FunctionCall {246 const FunctionCall &GetOwningCall() const;265 FunctionCall &CreateNestedCall(const lldb::TraceCursorSP &cursor_sp,289 FunctionCall &m_owning_call;301 const FunctionCall &GetNestedCall() const;317 FunctionCall(const lldb::TraceCursorSP &cursor_sp,358 FunctionCall *GetParentCall() const;360 void SetParentCall(FunctionCall &parent_call);[all …]
55 from FunctionCall fc, Function f
487 TEST(MyDeathTest, FunctionCall) {