Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp317 return LHS->GetSortKey() < RHS->GetSortKey(); in GetCallEdges()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h302 std::pair<bool, lldb::addr_t> GetSortKey() const { in GetSortKey() function