reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/STLExtras.h
 1104   llvm::sort(adl_begin(C), adl_end(C));
lib/Bitcode/Writer/BitcodeWriter.cpp
 3705   llvm::sort(NameVals.begin() + SizeBeforeRefs, NameVals.end());
lib/DebugInfo/GSYM/GsymCreator.cpp
  165   llvm::sort(Funcs.begin(), Funcs.end());
lib/Support/DebugCounter.cpp
  122   sort(CounterNames.begin(), CounterNames.end());
lib/Target/Hexagon/HexagonBlockRanges.cpp
   87   llvm::sort(begin(), end());
lib/TextAPI/MachO/TextStub.cpp
  521         llvm::sort(Section.Symbols.begin(), Section.Symbols.end());
  522         llvm::sort(Section.Classes.begin(), Section.Classes.end());
  523         llvm::sort(Section.ClassEHs.begin(), Section.ClassEHs.end());
  524         llvm::sort(Section.IVars.begin(), Section.IVars.end());
  525         llvm::sort(Section.WeakDefSymbols.begin(),
  527         llvm::sort(Section.TLVSymbols.begin(), Section.TLVSymbols.end());
  579         llvm::sort(Section.Symbols.begin(), Section.Symbols.end());
  580         llvm::sort(Section.Classes.begin(), Section.Classes.end());
  581         llvm::sort(Section.ClassEHs.begin(), Section.ClassEHs.end());
  582         llvm::sort(Section.IVars.begin(), Section.IVars.end());
  583         llvm::sort(Section.WeakRefSymbols.begin(),
lib/Transforms/Scalar/GVNSink.cpp
  363     llvm::sort(op_begin(), op_end());
lib/Transforms/Scalar/SROA.cpp
  269     llvm::sort(SliceI, Slices.end());
tools/clang/tools/extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
  182     llvm::sort(FileAndReplacements.second.begin(),
tools/clang/tools/extra/clang-tidy/readability/MagicNumbersCheck.cpp
   86     llvm::sort(IgnoredFloatingPointValues.begin(),
   88     llvm::sort(IgnoredDoublePointValues.begin(),
tools/lldb/source/Interpreter/OptionValueArray.cpp
  223             llvm::sort(remove_indexes.begin(), remove_indexes.end());
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
  144           llvm::sort(remove_indexes.begin(), remove_indexes.end());
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
  179           llvm::sort(remove_indexes.begin(), remove_indexes.end());
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  452     llvm::sort(start, end);
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  494     llvm::sort(start, end);
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  457       llvm::sort(pos->second.begin(), pos->second.end());
  507       llvm::sort(pos->second.begin(), pos->second.end());
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
   68   llvm::sort(m_exidx_entries.begin(), m_exidx_entries.end());
tools/lldb/source/Symbol/Symtab.cpp
 1102     llvm::sort(symbol_indexes.begin(), symbol_indexes.end());
tools/lldb/source/Target/Target.cpp
  744   llvm::sort(names.begin(), names.end());
unittests/ADT/STLExtrasTest.cpp
  304   llvm::sort(V.begin(), I);
  305   llvm::sort(I, V.end());
unittests/ADT/SmallPtrSetTest.cpp
  301   llvm::sort(std::begin(Found), std::end(Found));
unittests/TextAPI/TextStubV1Tests.cpp
  120   llvm::sort(Exports.begin(), Exports.end());
unittests/TextAPI/TextStubV2Tests.cpp
  122   llvm::sort(Exports.begin(), Exports.end());
unittests/TextAPI/TextStubV3Tests.cpp
  131   llvm::sort(Exports.begin(), Exports.end());
unittests/TextAPI/TextStubV4Tests.cpp
  156   llvm::sort(Exports.begin(), Exports.end());
  157   llvm::sort(Reexports.begin(), Reexports.end());
  158   llvm::sort(Undefineds.begin(), Undefineds.end());