HomeSort by: relevance | last modified time | path
    Searched defs:IRMover (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
IRMover.h 1 //===- IRMover.h ------------------------------------------------*- C++ -*-===//
25 class IRMover {
62 IRMover(Module &M);
68 /// - \p AddLazyFor is a call back that the IRMover will call when a global
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 1 //===- lib/Linker/IRMover.cpp ---------------------------------------------===//
9 #include "llvm/Linker/IRMover.h"
51 TypeMapTy(IRMover::IdentifiedStructTypeSet &DstStructTypesSet)
54 IRMover::IdentifiedStructTypeSet &DstStructTypesSet;
381 /// See IRMover::move().
382 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor;
523 IRMover::IdentifiedStructTypeSet &Set, std::unique_ptr<Module> SrcM,
525 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor,
1531 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P)
1534 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST
    [all...]

Completed in 52 milliseconds