Searched refs:ValuesToLink (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Linker/
H A DIRMover.h63 bool move(Module &Src, ArrayRef<GlobalValue *> ValuesToLink,
/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp31 SetVector<GlobalValue *> ValuesToLink; member in class:__anon2608::ModuleLinker
689 ValuesToLink.insert(&GV);
697 ValuesToLink.insert(&GV);
792 ValuesToLink.insert(GV);
795 for (unsigned I = 0; I < ValuesToLink.size(); ++I) {
796 GlobalValue *GV = ValuesToLink[I];
801 ValuesToLink.insert(GV2);
805 for (GlobalValue *GV : ValuesToLink)
809 if (Mover.move(SrcM, ValuesToLink.getArrayRef(),
842 SetVector<GlobalValue *> ValuesToLink; local
[all...]
H A DIRMover.cpp392 DenseSet<GlobalValue *> ValuesToLink; member in class:__anon2607::IRLinker
396 if (ValuesToLink.insert(GV).second)
510 ArrayRef<GlobalValue *> ValuesToLink,
518 for (GlobalValue *GV : ValuesToLink)
1029 assert(!ValuesToLink.count(&SGV) &&
1034 if (ValuesToLink.count(&SGV))
1050 return ValuesToLink.count(&SGV);
1689 Module &Src, ArrayRef<GlobalValue *> ValuesToLink,
1693 IRLinker TheIRLinker(Composite, IdentifiedStructTypes, Src, ValuesToLink,
509 IRLinker(Module &DstM, IRMover::IdentifiedStructTypeSet &Set, Module &SrcM, ArrayRef<GlobalValue *> ValuesToLink, std::function<void(GlobalValue &, IRMover::ValueAdder)> AddLazyFor, DenseMap<unsigned, MDNode *> *ValIDToTempMDMap = nullptr, bool IsMetadataLinkingPostpass = false) argument
1688 move( Module &Src, ArrayRef<GlobalValue *> ValuesToLink, std::function<void(GlobalValue &, ValueAdder Add)> AddLazyFor, DenseMap<unsigned, MDNode *> *ValIDToTempMDMap, bool IsMetadataLinkingPostpass) argument

Completed in 55 milliseconds