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

/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp31 SetVector<GlobalValue *> ValuesToLink; member in class:__anon2608::ModuleLinker
842 SetVector<GlobalValue *> ValuesToLink; local
[all...]
H A DIRMover.cpp392 DenseSet<GlobalValue *> ValuesToLink; member in class:__anon2607::IRLinker
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 59 milliseconds