LLVM  8.0.1
Enumerations | Functions
Linker.h File Reference
#include "llvm-c/Types.h"
Include dependency graph for 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 LLVMLinkModules2 (LLVMModuleRef Dest, LLVMModuleRef Src)
 

Enumeration Type Documentation

◆ LLVMLinkerMode

Enumerator
LLVMLinkerDestroySource 
LLVMLinkerPreserveSource_Removed 

Definition at line 24 of file Linker.h.

Function Documentation

◆ LLVMLinkModules2()

LLVMBool LLVMLinkModules2 ( LLVMModuleRef  Dest,
LLVMModuleRef  Src 
)

Definition at line 602 of file LinkModules.cpp.

References D, llvm::Linker::linkModules(), and llvm::unwrap().