|
MLIR 22.0.0git
|
#include "mlir/IR/BuiltinAttributes.h"#include "mlir/IR/Location.h"#include "mlir/Support/LLVM.h"#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"#include "llvm/IR/IRBuilder.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::LLVM |
Functions | |
| llvm::Constant * | mlir::LLVM::createSourceLocStrFromLocation (Location loc, llvm::OpenMPIRBuilder &builder, StringRef name, uint32_t &strLen) |
| Create a constant string location from the MLIR Location information. | |
| llvm::Constant * | mlir::LLVM::createMappingInformation (Location loc, llvm::OpenMPIRBuilder &builder) |
| Create a constant string representing the mapping information extracted from the MLIR location information. | |