Return true if this type is or contains a target extension type that disallows being used as a global.

Synopses

Declared in <llvm/IR/Type.h>

Return true if this type is or contains a target extension type that disallows being used as a global.

Return true if this type is or contains a target extension type that disallows being used as a global.

Return Value

true if a non‐global‐allowed target extension type is present.

Parameters

Name

Description

Visited

Set used to detect cycles while walking contained types.

Created with MrDocs