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

  /external/llvm/include/llvm/
Linker.h 47 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 ----------===//
377 /// ModuleLinker - This is an implementation class for the LinkModules
    [all...]
  /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)) {
400 if (Linker::LinkModules(ToNotOptimize, ToOptimizeLoopExtracted,
434 if (Linker::LinkModules(ToNotOptimize, ToOptimizeLoopExtracted,
614 if (Linker::LinkModules(ProgClone, Extracted, Linker::DestroySource,
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 142 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 859 llvm::SetVector<clang::Module *> LinkModules;
    [all...]

Completed in 112 milliseconds