10 #ifndef LLVM_DEBUGINFO_CODEVIEW_FUNCTIONID_H
11 #define LLVM_DEBUGINFO_CODEVIEW_FUNCTIONID_H
bool operator<=(const FunctionId &A, const FunctionId &B)
bool operator!=(const FunctionId &A, const FunctionId &B)
bool operator>=(const FunctionId &A, const FunctionId &B)
static GCRegistry::Add< OcamlGC > B("ocaml","ocaml 3.10-compatible GC")
bool operator>(const FunctionId &A, const FunctionId &B)
FunctionId(uint32_t Index)
uint32_t getIndex() const
bool operator==(const FunctionId &A, const FunctionId &B)
bool operator<(const FunctionId &A, const FunctionId &B)
static GCRegistry::Add< ErlangGC > A("erlang","erlang-compatible garbage collector")