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

Definitions

include/llvm/ADT/EquivalenceClasses.h
  104     bool operator<(const ECValue &UFN) const { return Data < UFN.Data; }
include/llvm/ADT/SmallVector.h
  661   bool operator<(const SmallVectorImpl &RHS) const {
include/llvm/ADT/StringRef.h
  892   inline bool operator<(StringRef LHS, StringRef RHS) {
include/llvm/BinaryFormat/MsgPackDocument.h
  146   friend bool operator<(const DocNode &Lhs, const DocNode &Rhs) {
include/llvm/CodeGen/LiveInterval.h
  185       bool operator<(const Segment &Other) const {
include/llvm/CodeGen/SelectionDAGNodes.h
  150   bool operator<(const SDValue &O) const {
include/llvm/CodeGen/SlotIndexes.h
  175     bool operator<(SlotIndex other) const {
include/llvm/DebugInfo/CodeView/GUID.h
   29 inline bool operator<(const GUID &LHS, const GUID &RHS) {
include/llvm/DebugInfo/CodeView/TypeIndex.h
  229   friend inline bool operator<(const TypeIndex &A, const TypeIndex &B) {
include/llvm/DebugInfo/DIContext.h
   57   bool operator<(const DILineInfo &RHS) const {
include/llvm/DebugInfo/DWARF/DWARFDie.h
  331 inline bool operator<(const DWARFDie &LHS, const DWARFDie &RHS) {
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  329 static inline bool operator<(const DWARFVerifier::DieRangeInfo &LHS,
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
  100   friend bool operator<(const SymbolStringPtr &LHS,
include/llvm/IR/DebugInfoMetadata.h
 2582 inline bool operator<(const DIExpression::FragmentInfo &A,
include/llvm/IR/ModuleSummaryIndex.h
  249 inline bool operator<(const ValueInfo &A, const ValueInfo &B) {
include/llvm/MC/LaneBitmask.h
   50     constexpr bool operator< (LaneBitmask M)  const { return Mask < M.Mask; }
include/llvm/MC/MCContext.h
  206       bool operator<(const ELFSectionKey &Other) const {
  226       bool operator<(const COFFSectionKey &Other) const {
  247       bool operator<(const WasmSectionKey &Other) const {
  264       bool operator<(const XCOFFSectionKey &Other) const {
include/llvm/MC/SubtargetFeature.h
  154   bool operator < (const FeatureBitset &Other) const {
include/llvm/Object/ObjectFile.h
  146 inline bool operator<(const SectionedAddress &LHS,
  423 inline bool SectionRef::operator<(const SectionRef &Other) const {
include/llvm/Object/SymbolicFile.h
  187 inline bool BasicSymbolRef::operator<(const BasicSymbolRef &Other) const {
include/llvm/ProfileData/SampleProf.h
  185   bool operator<(const LineLocation &O) const {
include/llvm/Support/FileSystem.h
  146   bool operator<(const UniqueID &Other) const {
include/llvm/Support/MachineValueType.h
  271     bool operator<(const MVT& S)  const { return SimpleTy <  S.SimpleTy; }
include/llvm/TextAPI/ELF/ELFStub.h
   45   bool operator<(const ELFSymbol &RHS) const {
include/llvm/TextAPI/MachO/ArchitectureSet.h
  137   bool operator<(const ArchitectureSet &o) const { return ArchSet < o.ArchSet; }
include/llvm/Transforms/IPO/DeadArgumentElimination.h
   53     bool operator<(const RetOrArg &O) const {
include/llvm/Transforms/IPO/WholeProgramDevirt.h
  113   bool operator<(const TypeMemberInfo &other) const {
lib/AsmParser/LLParser.h
   77     bool operator<(const ValID &RHS) const {
lib/CodeGen/BranchFolding.cpp
  537 BranchFolder::MergePotentialsElt::operator<(const MergePotentialsElt &o) const {
lib/CodeGen/CalcSpillWeights.cpp
  195     bool operator<(const CopyHint &rhs) const {
lib/CodeGen/LiveDebugValues.cpp
  366     bool operator<(const VarLoc &Other) const {
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  971     bool operator<(const BucketInfo &RHS) const { return Index < RHS.Index; };
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  119   bool operator<(const OffsetNamePair &R) const {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  206   inline bool operator<(const RelocationValueRef &Other) const {
lib/MC/ELFObjectWriter.cpp
  123     bool operator<(const ELFSymbolData &RHS) const {
lib/Support/CachePruning.cpp
   37   bool operator<(const FileInfo &Other) const {
lib/Support/FoldingSet.cpp
  163 bool FoldingSetNodeID::operator<(const FoldingSetNodeID &RHS) const {
lib/Target/Hexagon/HexagonBlockRanges.h
   36     bool operator<(RegisterRef R) const {
  210 inline bool HexagonBlockRanges::IndexType::operator< (IndexType Idx) const {
lib/Target/Hexagon/HexagonConstExtenders.cpp
  111     bool operator<(const OffsetRange &R) const {
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  185       bool operator< (RegisterRef RR) const {
lib/Target/Hexagon/HexagonGenPredicate.cpp
   60     bool operator< (const RegisterSubReg &Reg) const {
lib/Target/Hexagon/RDFRegisters.h
   91     bool operator< (const RegisterRef &RR) const {
lib/Target/X86/X86InstrFoldTables.h
   73   bool operator<(const X86MemoryFoldTableEntry &RHS) const {
lib/Transforms/InstCombine/InstCombinePHI.cpp
  897   bool operator<(const PHIUsageRecord &RHS) const {
lib/Transforms/Utils/SimplifyCFG.cpp
  170   bool operator<(ValueEqualityComparisonCase RHS) const {
tools/clang/include/clang/AST/ASTTypeTraits.h
   93   bool operator<(const ASTNodeKind &Other) const {
tools/clang/include/clang/AST/Attr.h
  311   bool operator<(const ParamIdx &I) const {
tools/clang/include/clang/AST/CharUnits.h
  100       bool operator<  (const CharUnits &Other) const {
tools/clang/include/clang/AST/DeclarationName.h
  540 inline bool operator<(DeclarationName LHS, DeclarationName RHS) {
tools/clang/include/clang/AST/VTableBuilder.h
  498   bool operator<(const MethodVFTableLocation &other) const {
tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
   63   bool operator<(const ArgKind &Other) const {
tools/clang/include/clang/Basic/SourceLocation.h
   48   bool operator<(const FileID &RHS) const { return ID < RHS.ID; }
  191 inline bool operator<(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/clang/include/clang/Driver/Compilation.h
   92     bool operator<(const TCArgsKey &K) const {
tools/clang/include/clang/Edit/FileOffset.h
   45   friend bool operator<(FileOffset LHS, FileOffset RHS) {
tools/clang/include/clang/Serialization/ASTBitCodes.h
 2067       friend bool operator<(const ObjCCategoriesInfo &X,
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h
   37   bool operator<(const DynamicCastInfo &RHS) const {
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
   63   bool operator<(const MatchKey &Other) const {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4169 bool operator<(const BlockLayoutChunk &l, const BlockLayoutChunk &r) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
  837     bool operator<(const RUN_SKIP &b) const {
 2296     bool operator<(const IvarInfo &other) const {
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
   42   bool operator<(const ZeroState &X) const {
tools/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
   35   bool operator<(const CountKey &RHS) const {
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  185   bool operator<(const ConstructedObjectKey &RHS) const {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
   98   bool operator<(const BindingKey &X) const {
tools/clang/lib/Tooling/Core/Replacement.cpp
   98 bool operator<(const Replacement &LHS, const Replacement &RHS) {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp
   83 bool SymbolInfo::operator<(const SymbolInfo &Symbol) const {
tools/clang/tools/extra/clangd/index/Ref.h
   58 inline bool operator<(const Ref &L, const Ref &R) {
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  509   bool operator<(const PPItemKey &Other) const {
tools/clang/utils/TableGen/MveEmitter.cpp
 1485   bool operator<(const ComparableStringVector &rhs) const {
 1499   bool operator<(const OutputIntrinsic &rhs) const {
 1508   bool operator<(const MergeableGroup &rhs) const {
tools/lld/COFF/Writer.cpp
  176   bool operator<(const PartialSectionKey &other) const {
tools/lldb/include/lldb/Symbol/CompilerType.h
   56   bool operator<(const CompilerType &rhs) const {
tools/lldb/source/Commands/CommandObjectSource.cpp
  775     bool operator<(const SourceInfo &rhs) const {
tools/lldb/source/Commands/CommandObjectThread.cpp
   65     friend bool inline operator<(const UniqueStack &lhs,
tools/lldb/source/Core/Address.cpp
  956 bool lldb_private::operator<(const Address &lhs, const Address &rhs) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  364     bool operator<(const ClassAndSel &rhs) const {
tools/lldb/source/Utility/Broadcaster.cpp
  314 bool BroadcastEventSpec::operator<(const BroadcastEventSpec &rhs) const {
tools/lldb/source/Utility/ConstString.cpp
  188 bool ConstString::operator<(ConstString rhs) const {
tools/lldb/source/Utility/FileSpec.cpp
  268 bool FileSpec::operator<(const FileSpec &rhs) const {
tools/llvm-exegesis/lib/Clustering.cpp
  249     bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); }
tools/llvm-exegesis/lib/Clustering.h
   52     bool operator<(const ClusterId &O) const { return Id_ < O.Id_; }
tools/llvm-ifs/llvm-ifs.cpp
   85   bool operator<(const IFSSymbol &RHS) const { return Name < RHS.Name; }
tools/llvm-reduce/deltas/Delta.h
   45   friend bool operator<(const Chunk &C1, const Chunk &C2) {
tools/sancov/sancov.cpp
  900   bool operator<(const FileFn &RHS) const {
unittests/ADT/SimpleIListTest.cpp
   17 bool operator<(const Node &L, const Node &R) { return &L < &R; }
unittests/IR/CFGBuilder.h
   59     friend bool operator<(const Arc &LHS, const Arc &RHS) {
usr/include/c++/7.4.0/bits/basic_string.h
 6094     operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
usr/include/c++/7.4.0/bits/stl_map.h
 1411     operator<(const map<_Key, _Tp, _Compare, _Alloc>& __x,
usr/include/c++/7.4.0/bits/stl_pair.h
  454     operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
usr/include/c++/7.4.0/bits/stl_set.h
  930     operator<(const set<_Key, _Compare, _Alloc>& __x,
usr/include/c++/7.4.0/bits/stl_vector.h
 1618     operator<(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
usr/include/c++/7.4.0/bits/unique_ptr.h
  717     operator<(const unique_ptr<_Tp, _Dp>& __x,
usr/include/c++/7.4.0/tuple
 1410     operator<(const tuple<_TElements...>& __t,
utils/TableGen/AsmMatcherEmitter.cpp
  310   bool operator<(const ClassInfo &RHS) const {
utils/TableGen/CodeGenRegisters.cpp
  880 operator<(const CodeGenRegisterClass::Key &B) const {
utils/TableGen/FastISelEmitter.cpp
  130   bool operator<(const OperandsSignature &O) const {
utils/TableGen/GlobalISelEmitter.cpp
  156   bool operator<(const LLTCodeGen &Other) const {
  466   bool operator<(const MatchTableRecord &Other) const {