Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp1084 static int compareBySuffix(const void *a, const void *b) { in compareBySuffix() function
1167 array_pod_sort(Sections.begin(), Sections.end(), compareBySuffix); in CreateMetadataSections()