Searched refs:SortSymbolPair (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 30 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { in SortSymbolPair() function 38 array_pod_sort(List.begin(), List.end(), SortSymbolPair); in getSortedStubs()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 30 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { in SortSymbolPair() function 38 array_pod_sort(List.begin(), List.end(), SortSymbolPair); in getSortedStubs()
|
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 27 static int SortSymbolPair(const void *LHS, const void *RHS) { in SortSymbolPair() function 39 qsort(&List[0], List.size(), sizeof(List[0]), SortSymbolPair); in getSortedStubs()
|