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

  /external/llvm/include/llvm/Linker/
Linker.h 31 DestroySource = 0, // Allow source module to be destroyed.
42 /// \p Mode is DestroySource and preserved if it is PreserveSource.
48 return linkInModule(Src, Linker::DestroySource, ErrorMsg);
  /external/llvm/bindings/ocaml/linker/
llvm_linker.ml 17 | DestroySource
llvm_linker.mli 20 | DestroySource
  /external/llvm/test/Bindings/Ocaml/
linker.ml 48 link_modules m1 m2 Mode.DestroySource;
  /external/llvm/tools/bugpoint/
BugDriver.cpp 134 if (Linker::LinkModules(Program, M.get(), Linker::DestroySource,
Miscompilation.cpp 226 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
402 Linker::DestroySource, &ErrorMsg)){
436 Linker::DestroySource, &ErrorMsg)){
615 if (Linker::LinkModules(ProgClone, Extracted, Linker::DestroySource,
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]

Completed in 269 milliseconds