LLVM API Documentation

Enumerations | Functions
c/Linker.h File Reference
#include "llvm-c/Core.h"
Include dependency graph for c/Linker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  LLVMLinkerMode { LLVMLinkerDestroySource = 0, LLVMLinkerPreserveSource = 1 }

Functions

LLVMBool LLVMLinkModules (LLVMModuleRef Dest, LLVMModuleRef Src, LLVMLinkerMode Mode, char **OutMessage)

Enumeration Type Documentation

Enumerator:
LLVMLinkerDestroySource 
LLVMLinkerPreserveSource 

Definition at line 24 of file c/Linker.h.


Function Documentation

LLVMBool LLVMLinkModules ( LLVMModuleRef  Dest,
LLVMModuleRef  Src,
LLVMLinkerMode  Mode,
char **  OutMessage 
)