Searched refs:FunctionCall (Results 1 – 4 of 4) sorted by relevance
205 DumpSegmentContext(const TraceDumper::FunctionCall::TracedSegment &segment) { in DumpSegmentContext()235 void DumpUntracedContext(const TraceDumper::FunctionCall &function_call) { in DumpUntracedContext()250 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree()261 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree()268 segment.IfNestedCall([&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree()325 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree()337 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree()345 [&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree()590 void TraceDumper::FunctionCall::TracedSegment::AppendInsn( in AppendInsn()598 TraceDumper::FunctionCall::TracedSegment::GetFirstInstructionID() const { in GetFirstInstructionID()[all …]
206 class FunctionCall; variable207 using FunctionCallUP = std::unique_ptr<FunctionCall>;209 class FunctionCall {222 const SymbolInfo &symbol_info, FunctionCall &owning_call) in TracedSegment()247 const FunctionCall &GetOwningCall() const;266 FunctionCall &CreateNestedCall(const lldb::TraceCursorSP &cursor_sp,271 void IfNestedCall(std::function<void(const FunctionCall &function_call)>290 FunctionCall &m_owning_call;302 const FunctionCall &GetNestedCall() const;318 FunctionCall(const lldb::TraceCursorSP &cursor_sp,[all …]
55 from FunctionCall fc, Function f
466 TEST(MyDeathTest, FunctionCall) {