Home
last modified time | relevance | path

Searched refs:GetCallEdges (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDFunction.cpp319 llvm::ArrayRef<std::unique_ptr<CallEdge>> Function::GetCallEdges() { in GetCallEdges() function in Function
352 return GetCallEdges().drop_until( in GetTailCallingEdges()
358 auto edges = GetCallEdges(); in GetCallEdgeForReturnAddress()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDFunction.h475 llvm::ArrayRef<std::unique_ptr<CallEdge>> GetCallEdges();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrameList.cpp268 for (const auto &edge : begin.GetCallEdges()) in FindInterveningFrames()