Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp30 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { in SortSymbolPair() function
38 array_pod_sort(List.begin(), List.end(), SortSymbolPair); in getSortedStubs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfoImpls.cpp27 static int SortSymbolPair(const void *LHS, const void *RHS) { in SortSymbolPair() function
42 qsort(&List[0], List.size(), sizeof(List[0]), SortSymbolPair); in GetSortedStubs()
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp27 static int SortSymbolPair(const void *LHS, const void *RHS) { in SortSymbolPair() function
39 qsort(&List[0], List.size(), sizeof(List[0]), SortSymbolPair); in getSortedStubs()