Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h206 using FunctionCallUP = std::unique_ptr<FunctionCall>; variable
283 FunctionCallUP m_nested_call;
298 UntracedPrefixSegment(FunctionCallUP &&nested_call) in UntracedPrefixSegment()
306 FunctionCallUP m_nested_call;
349 void SetUntracedPrefixSegment(FunctionCallUP &&nested_call);
389 FunctionCallForest(const std::vector<FunctionCallUP> &forest) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp123 const std::vector<TraceDumper::FunctionCallUP> &forest) override { in FunctionCallForest()
319 const std::vector<TraceDumper::FunctionCallUP> &forest) override { in FunctionCallForest()
679 TraceDumper::FunctionCallUP &&nested_call) { in SetUntracedPrefixSegment()
714 std::vector<TraceDumper::FunctionCallUP> &roots) { in AppendReturnedInstructionToFunctionCallForest()
734 TraceDumper::FunctionCallUP new_root = in AppendReturnedInstructionToFunctionCallForest()
774 std::vector<TraceDumper::FunctionCallUP> &roots) { in AppendInstructionToFunctionCallForest()
861 std::vector<TraceDumper::FunctionCallUP> &roots) { in AppendErrorToFunctionCallForest()
873 static std::vector<TraceDumper::FunctionCallUP>
877 std::vector<TraceDumper::FunctionCallUP> roots; in CreateFunctionCallForest()