|
FLANG
|
#include <flang/Optimizer/Builder/BoxValue.h>
Public Member Functions | |
| ProcBoxValue (mlir::Value addr, mlir::Value context) | |
| ProcBoxValue | clone (mlir::Value newBase) const |
| mlir::Value | getHostContext () const |
| LLVM_DUMP_METHOD void | dump () const |
| Public Member Functions inherited from fir::AbstractBox | |
| AbstractBox (mlir::Value addr) | |
| mlir::Value | getAddr () const |
Protected Attributes | |
| mlir::Value | hostContext |
| Protected Attributes inherited from fir::AbstractBox | |
| mlir::Value | addr |
Friends | |
| llvm::raw_ostream & | operator<< (llvm::raw_ostream &, const ProcBoxValue &) |
Expressions that are procedure POINTERs may need a set of references to variables in the host scope.