Home
last modified time | relevance | path

Searched refs:IRMover (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp62 TypeMapTy(IRMover::IdentifiedStructTypeSet &DstStructTypesSet) in TypeMapTy()
65 IRMover::IdentifiedStructTypeSet &DstStructTypesSet;
393 IRMover::LazyCallback AddLazyFor;
541 IRMover::IdentifiedStructTypeSet &Set, std::unique_ptr<Module> SrcM, in IRLinker()
543 IRMover::LazyCallback AddLazyFor, bool IsPerformingImport) in IRLinker()
1681 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy()
1684 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy()
1687 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const { in operator ==()
1691 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const { in operator !=()
1695 StructType *IRMover::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey()
[all …]
H A DLinkModules.cpp31 IRMover &Mover;
51 void addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add);
110 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker()
402 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor()
602 IRMover::LazyCallback( in run()
603 [this](GlobalValue &GV, IRMover::ValueAdder Add) { in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h26 class IRMover {
63 IRMover(Module &M);
H A DLinker.h23 IRMover Mover;
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h33 class IRMover; variable
323 std::unique_ptr<IRMover> Mover;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1708 IRMover Mover(DestModule); in importFunctions()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp594 Mover(std::make_unique<IRMover>(*CombinedModule)) { in RegularLTOState()
/freebsd/lib/clang/libllvm/
H A DMakefile873 SRCS_MIN+= Linker/IRMover.cpp