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

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

Completed in 111 milliseconds