HomeSort by relevance Sort by last modified time
    Searched refs:LinkModules (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/
Linker.h 149 /// by calling LinkModules.
150 /// @see LinkModules
157 return LinkModules(Composite, Src, Linker::DestroySource, ErrorMsg);
171 static bool LinkModules(Module* Dest, Module* Src, unsigned Mode,
  /external/llvm/lib/Linker/
Android.mk 4 LinkModules.cpp \
LinkModules.cpp 1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
350 /// ModuleLinker - This is an implementation class for the LinkModules
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 106 if (Linker::LinkModules(Composite.get(), M.get(), Linker::DestroySource,
  /external/llvm/tools/bugpoint/
BugDriver.cpp 130 if (Linker::LinkModules(Program, M.get(), Linker::DestroySource,
Miscompilation.cpp 225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
399 if (Linker::LinkModules(ToNotOptimize, ToOptimizeLoopExtracted,
579 if (Linker::LinkModules(ProgClone, Extracted, Linker::DestroySource,
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 170 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(),
  /frameworks/compile/slang/
slang.cpp 85 llvm::Linker::LinkModules(NULL, NULL, 0, NULL);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 145 if (Linker::LinkModules(M, LinkModule.get(), Linker::PreserveSource,
CodeGenModule.cpp 792 llvm::SetVector<clang::Module *> LinkModules;
830 LinkModules.insert(Mod);
838 for (llvm::SetVector<clang::Module *>::iterator M = LinkModules.begin(),
839 MEnd = LinkModules.end();
    [all...]

Completed in 337 milliseconds