Lines Matching refs:sort
524 llvm::sort(Section.Symbols); in NormalizedTBD()
525 llvm::sort(Section.Classes); in NormalizedTBD()
526 llvm::sort(Section.ClassEHs); in NormalizedTBD()
527 llvm::sort(Section.IVars); in NormalizedTBD()
528 llvm::sort(Section.WeakDefSymbols); in NormalizedTBD()
529 llvm::sort(Section.TLVSymbols); in NormalizedTBD()
581 llvm::sort(Section.Symbols); in NormalizedTBD()
582 llvm::sort(Section.Classes); in NormalizedTBD()
583 llvm::sort(Section.ClassEHs); in NormalizedTBD()
584 llvm::sort(Section.IVars); in NormalizedTBD()
585 llvm::sort(Section.WeakRefSymbols); in NormalizedTBD()
887 sort(CurrentSection.Symbols); in NormalizedTBD_V4()
888 sort(CurrentSection.Classes); in NormalizedTBD_V4()
889 sort(CurrentSection.ClassEHs); in NormalizedTBD_V4()
890 sort(CurrentSection.Ivars); in NormalizedTBD_V4()
891 sort(CurrentSection.WeakSymbols); in NormalizedTBD_V4()
892 sort(CurrentSection.TlvSymbols); in NormalizedTBD_V4()
1015 llvm::sort(CurrentSection.Values); in assignTargetsToLibrary()