My Project
Functions
ModuleTranslation.cpp File Reference
#include "mlir/Target/LLVMIR/ModuleTranslation.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Module.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "mlir/Dialect/LLVMIR/LLVMConversions.inc"
Include dependency graph for ModuleTranslation.cpp:

Functions

llvm::GlobalVariable::LinkageTypes convertLinkageType (LLVM::Linkage linkage)
 Convert the LLVM dialect linkage type to LLVM IR linkage type. More...
 

Function Documentation

◆ convertLinkageType()

llvm::GlobalVariable::LinkageTypes convertLinkageType ( LLVM::Linkage  linkage)

Convert the LLVM dialect linkage type to LLVM IR linkage type.