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();
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
FunctionId(uint32_t Index)
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)
bool operator<(const FunctionId &A, const FunctionId &B)
bool operator<=(const FunctionId &A, const FunctionId &B)
This is an optimization pass for GlobalISel generic memory operations.
bool operator==(const AddressRangeValuePair &LHS, const AddressRangeValuePair &RHS)