These are simple stubs for now.
The lowering bridge walks the front-end parse trees via the PFT and generates an operational specification of the input as MLIR. Several productions in the parse trees relate to Open MP directives. The bridge will need to process those directives, via these calls, and generate the appropriate OpenMP dialect Ops in MLIR.
The bridge to these stubs will be part of a future revision.