Searched refs:IRMover (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 62 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 D | LinkModules.cpp | 31 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 D | IRMover.h | 26 class IRMover { 63 IRMover(Module &M);
|
H A D | Linker.h | 23 IRMover Mover;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 33 class IRMover; variable 323 std::unique_ptr<IRMover> Mover;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1708 IRMover Mover(DestModule); in importFunctions()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 594 Mover(std::make_unique<IRMover>(*CombinedModule)) { in RegularLTOState()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 873 SRCS_MIN+= Linker/IRMover.cpp
|