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

  /external/llvm/include/llvm/Linker/
IRMover.h 1 //===- IRMover.h ------------------------------------------------*- C++ -*-===//
24 class IRMover {
58 IRMover(Module &M);
Linker.h 14 #include "llvm/Linker/IRMover.h"
26 IRMover Mover;
  /external/llvm/lib/Linker/
Android.mk 4 IRMover.cpp \
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...]
LinkModules.cpp 28 IRMover &Mover;
60 void addLazyFor(GlobalValue &GV, IRMover::ValueAdder Add);
146 ModuleLinker(IRMover &Mover, Module &SrcM, unsigned Flags,
636 void ModuleLinker::addLazyFor(GlobalValue &GV, IRMover::ValueAdder Add) {
733 [this](GlobalValue &GV, IRMover::ValueAdder Add) {
768 [this](GlobalValue &GV, IRMover::ValueAdder Add) { assert(false); },
  /external/llvm/tools/gold/
gold-plugin.cpp 32 #include "llvm/Linker/IRMover.h"
894 IRMover L(*Combined);
910 if (L.move(*M, Keep, [](GlobalValue &, IRMover::ValueAdder) {}))

Completed in 164 milliseconds