HomeSort by relevance Sort by last modified time
    Searched defs:IRMover (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Linker/
IRMover.h 1 //===- IRMover.h ------------------------------------------------*- C++ -*-===//
24 class IRMover {
58 IRMover(Module &M);
  /external/llvm/lib/Linker/
IRMover.cpp 1 //===- lib/Linker/IRMover.cpp ---------------------------------------------===//
10 #include "llvm/Linker/IRMover.h"
48 TypeMapTy(IRMover::IdentifiedStructTypeSet &DstStructTypesSet)
51 IRMover::IdentifiedStructTypeSet &DstStructTypesSet;
379 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor;
509 IRLinker(Module &DstM, IRMover::IdentifiedStructTypeSet &Set, Module &SrcM,
511 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor,
    [all...]

Completed in 834 milliseconds