Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx26 STDMETHODIMP GetPriority(LONG *);
85 Callback::GetPriority(LONG *) in GetPriority() function in Callback
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp574 auto GetPriority = [](const Chunk *C) { in sortBySectionOrder() local
583 return GetPriority(A) < GetPriority(B); in sortBySectionOrder()