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

  /external/llvm/lib/Linker/
Android.mk 4 LinkModules.cpp
LinkModules.cpp 1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
348 /// ModuleLinker - This is an implementation class for the LinkModules
    [all...]
  /external/llvm/include/llvm/
Linker.h 244 /// by calling LinkModules. All the other LinkIn* methods eventually
247 /// @see LinkModules
254 return LinkModules(Composite, Src, Linker::DestroySource, ErrorMsg );
268 static bool LinkModules(Module* Dest, Module* Src, unsigned Mode,
  /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/slang/
llvm-rs-link.cpp 207 if (llvm::Linker::LinkModules(Composite.get(), Lib,
slang.cpp 83 llvm::Linker::LinkModules(NULL, NULL, 0, NULL);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 143 if (Linker::LinkModules(M, LinkModule.get(), Linker::PreserveSource,
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 232 if (llvm::Linker::LinkModules(mModule, moduleWith,

Completed in 549 milliseconds