Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h475 llvm::ArrayRef<std::unique_ptr<CallEdge>> GetCallEdges();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp268 for (const auto &edge : begin.GetCallEdges()) in FindInterveningFrames()