Searched refs:TargetArraySortFn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DTargetRegistry.cpp97 static int TargetArraySortFn(const void *LHS, const void *RHS) { function
111 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn);

Completed in 49 milliseconds