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.cpp330 llvm::ArrayRef<std::unique_ptr<CallEdge>> Function::GetCallEdges() { in GetCallEdges() function in Function
363 return GetCallEdges().drop_until( in GetTailCallingEdges()
369 auto edges = GetCallEdges(); in GetCallEdgeForReturnAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h481 llvm::ArrayRef<std::unique_ptr<CallEdge>> GetCallEdges();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp169 for (const auto &edge : begin.GetCallEdges()) in FindInterveningFrames()