reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Linker/IRMover.h
   76              std::function<void(GlobalValue &GV, ValueAdder Add)> AddLazyFor,
lib/Linker/IRMover.cpp
  387   std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor;
  522            std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor,
 1557     std::function<void(GlobalValue &, ValueAdder Add)> AddLazyFor,
lib/Linker/LinkModules.cpp
   50   void addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add);
  396 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) {