LLVM  3.7.0
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_Removed = 1 }
 

Functions

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

Enumeration Type Documentation

Enumerator
LLVMLinkerDestroySource 
LLVMLinkerPreserveSource_Removed 

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

Function Documentation

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