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 |
![]() | |
AbstractBox (mlir::Value addr) | |
mlir::Value | getAddr () const |
Protected Attributes | |
mlir::Value | hostContext |
![]() | |
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.