Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp205 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()
589 void TraceDumper::FunctionCall::TracedSegment::AppendInsn( in AppendInsn()
597 TraceDumper::FunctionCall::TracedSegment::GetFirstInstructionID() const { in GetFirstInstructionID()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceDumper.h205 class FunctionCall; variable
206 using FunctionCallUP = std::unique_ptr<FunctionCall>;
208 class FunctionCall {
221 const SymbolInfo &symbol_info, FunctionCall &owning_call) in TracedSegment()
246 const FunctionCall &GetOwningCall() const;
265 FunctionCall &CreateNestedCall(const lldb::TraceCursorSP &cursor_sp,
270 void IfNestedCall(std::function<void(const FunctionCall &function_call)>
289 FunctionCall &m_owning_call;
301 const FunctionCall &GetNestedCall() const;
317 FunctionCall(const lldb::TraceCursorSP &cursor_sp,
[all …]