Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DFunction.cpp292 llvm::ArrayRef<std::unique_ptr<CallEdge>> Function::GetCallEdges() { in GetCallEdges() function in Function
325 return GetCallEdges().drop_until( in GetTailCallingEdges()
331 auto edges = GetCallEdges(); in GetCallEdgeForReturnAddress()
/external/llvm-project/lldb/include/lldb/Symbol/
DFunction.h489 llvm::ArrayRef<std::unique_ptr<CallEdge>> GetCallEdges();
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp261 for (const auto &edge : begin.GetCallEdges()) in FindInterveningFrames()