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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
IRMover.h 68 /// - \p AddLazyFor is a call back that the IRMover will call when a global
76 std::function<void(GlobalValue &GV, ValueAdder Add)> AddLazyFor,
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 382 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor;
484 /// Note this code may call the client-provided \p AddLazyFor.
525 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor,
527 : DstM(DstM), SrcM(std::move(SrcM)), AddLazyFor(std::move(AddLazyFor)),
976 AddLazyFor(SGV, [this, &LazilyAdded](GlobalValue &GV) {
1628 std::function<void(GlobalValue &, ValueAdder Add)> AddLazyFor,
1631 std::move(Src), ValuesToLink, std::move(AddLazyFor),

Completed in 31 milliseconds