Searched refs:DestroySource (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DLinker.h63 DestroySource = 0, // Allow source module to be destroyed. enumerator in enum:llvm::Linker::LinkerMode
254 return LinkModules(Composite, Src, Linker::DestroySource, ErrorMsg );
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-link/
H A Dllvm-link.cpp106 if (Linker::LinkModules(Composite.get(), M.get(), Linker::DestroySource,
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DBugDriver.cpp130 if (Linker::LinkModules(Program, M.get(), Linker::DestroySource,
H A DMiscompilation.cpp225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
400 Linker::DestroySource, &ErrorMsg)){
579 if (Linker::LinkModules(ProgClone, Extracted, Linker::DestroySource,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Linker/
H A DLinkModules.cpp936 if (Mode == Linker::DestroySource) {

Completed in 155 milliseconds