Go to the documentation of this file.
9 #ifndef LLVM_DEBUGINFO_CODEVIEW_FUNCTIONID_H
10 #define LLVM_DEBUGINFO_CODEVIEW_FUNCTIONID_H
30 return A.getIndex() ==
B.getIndex();
34 return A.getIndex() !=
B.getIndex();
38 return A.getIndex() <
B.getIndex();
42 return A.getIndex() <=
B.getIndex();
46 return A.getIndex() >
B.getIndex();
50 return A.getIndex() >=
B.getIndex();
This is an optimization pass for GlobalISel generic memory operations.
bool operator<(const FunctionId &A, const FunctionId &B)
bool operator!=(const FunctionId &A, const FunctionId &B)
bool operator>=(const FunctionId &A, const FunctionId &B)
FunctionId(uint32_t Index)
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
uint32_t getIndex() const
bool operator>(const FunctionId &A, const FunctionId &B)
bool operator<=(const FunctionId &A, const FunctionId &B)
bool operator==(const FunctionId &A, const FunctionId &B)