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.
bool
containsNonGlobalTargetExtType() const;
Return true if this type is or contains a target extension type that disallows being used as a global.
bool
containsNonGlobalTargetExtType(SmallPtrSetImpl<Type const*>& Visited) const;
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