Searched defs:ValuesToLink (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp33 SetVector<GlobalValue *> ValuesToLink; member in class:__anon1921::ModuleLinker
H A DIRMover.cpp403 DenseSet<GlobalValue *> ValuesToLink; member in class:__anon1920::IRLinker
519 IRLinker(Module &DstM, MDMapT &SharedMDs, IRMover::IdentifiedStructTypeSet &Set, std::unique_ptr<Module> SrcM, ArrayRef<GlobalValue *> ValuesToLink, std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor, bool IsPerformingImport) argument
1580 move( std::unique_ptr<Module> Src, ArrayRef<GlobalValue *> ValuesToLink, std::function<void(GlobalValue &, ValueAdder Add)> AddLazyFor, bool IsPerformingImport) argument

Completed in 132 milliseconds