Return true if this type is or contains a target extension type that disallows being used as a global.
Synopsis
Declared in <llvm/IR/Type.h>
bool
containsNonGlobalTargetExtType() const;
Return Value
true if a non‐global‐allowed target extension type is present.
Created with MrDocs