Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h302 std::pair<bool, lldb::addr_t> GetSortKey() const { in GetSortKey() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp342 return LHS->GetSortKey() < RHS->GetSortKey(); in GetCallEdges()