Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h207 using FunctionCallUP = std::unique_ptr<FunctionCall>; variable
284 FunctionCallUP m_nested_call;
299 UntracedPrefixSegment(FunctionCallUP &&nested_call) in UntracedPrefixSegment()
307 FunctionCallUP m_nested_call;
350 void SetUntracedPrefixSegment(FunctionCallUP &&nested_call);
390 FunctionCallForest(const std::vector<FunctionCallUP> &forest) = 0;
/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()