Delimiter used when constructing a global identifier from name and filename.
Declared in <llvm/IR/GlobalValue.h>
<llvm/IR/GlobalValue.h>
inline constexpr char GlobalIdentifierDelimiter = ';';
';' is used because ':' appears in Objective-C function names.