#include "mlir/Dialect/OpenACC/OpenACC.h"
|
| mlir::StringRef | getName () final |
| | Return a string name of the resource.
|
| virtual | ~Resource ()=default |
| TypeID | getResourceID () const |
| | Return the unique identifier for the base resource class.
|
|
| using | BaseT |
| static ConstructResource * | get () |
| | Returns a unique instance for the given effect class.
|
| static TypeID | getResourceID () |
| | Return the unique identifier for the base resource class.
|
| static bool | classof (const Resource *resource) |
| | 'classof' used to support llvm style cast functionality.
|
| | Base () |
| | Resource (TypeID id) |
Definition at line 193 of file OpenACC.h.
◆ getName()
| mlir::StringRef mlir::acc::ConstructResource::getName |
( |
| ) |
|
|
inlinefinalvirtual |
The documentation for this struct was generated from the following file: