Searched refs:ValueAdder (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h64 typedef std::function<void(GlobalValue &)> ValueAdder; typedef in class:llvm::IRMover
70 /// not present in ValuesToLink. The GlobalValue and a ValueAdder callback
76 std::function<void(GlobalValue &GV, ValueAdder Add)> AddLazyFor,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp50 void addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add);
396 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) {
554 [this](GlobalValue &GV, IRMover::ValueAdder Add) {
H A DIRMover.cpp387 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor;
522 std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor,
1582 std::function<void(GlobalValue &, ValueAdder Add)> AddLazyFor,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1228 [](GlobalValue &, IRMover::ValueAdder) {},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp823 [](GlobalValue &, IRMover::ValueAdder) {},

Completed in 114 milliseconds