Home
last modified time | relevance | path

Searched refs:AddLazyFor (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h76 std::function<void(GlobalValue &GV, ValueAdder Add)> AddLazyFor,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp383 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor; member in __anone8cafb1c0211::IRLinker
526 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor, in IRLinker() argument
528 : DstM(DstM), SrcM(std::move(SrcM)), AddLazyFor(std::move(AddLazyFor)), in IRLinker()
977 AddLazyFor(SGV, [this, &LazilyAdded](GlobalValue &GV) { in shouldLink()
1633 std::function<void(GlobalValue &, ValueAdder Add)> AddLazyFor, in move() argument
1636 std::move(Src), ValuesToLink, std::move(AddLazyFor), in move()