9#ifndef LLVM_SUPPORT_OPTIONSTRCMP_H
10#define LLVM_SUPPORT_OPTIONSTRCMP_H
24 bool FallbackCaseSensitive =
true);
28 ArrayRef<StringRef> BPrefixes);
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
This is an optimization pass for GlobalISel generic memory operations.
int StrCmpOptionName(StringRef A, StringRef B, bool FallbackCaseSensitive=true)
int StrCmpOptionPrefixes(ArrayRef< StringRef > APrefixes, ArrayRef< StringRef > BPrefixes)