Searched refs:ModuleLinker (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 29 class ModuleLinker { class 120 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker() function in __anone95a90e30111::ModuleLinker 129 bool ModuleLinker::doImportAsDefinition(const GlobalValue *SGV) { in doImportAsDefinition() 147 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() 167 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() 235 bool ModuleLinker::getComdatResult(const Comdat *SrcC, in getComdatResult() 257 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource() 353 bool ModuleLinker::linkIfNeeded(GlobalValue &GV) { in linkIfNeeded() 420 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor() 451 void ModuleLinker::dropReplacedComdat( in dropReplacedComdat() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 30 class ModuleLinker { class 110 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker() function in __anon2ae56d8b0111::ModuleLinker 131 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() 151 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() 219 bool ModuleLinker::getComdatResult(const Comdat *SrcC, in getComdatResult() 240 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource() 328 bool ModuleLinker::linkIfNeeded(GlobalValue &GV, in linkIfNeeded() 402 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor() 428 void ModuleLinker::dropReplacedComdat( in dropReplacedComdat() 462 bool ModuleLinker::run() { in run() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 29 class ModuleLinker { class 109 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker() function in __anonb590bc050111::ModuleLinker 130 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() 150 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() 218 bool ModuleLinker::getComdatResult(const Comdat *SrcC, in getComdatResult() 240 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource() 328 bool ModuleLinker::linkIfNeeded(GlobalValue &GV) { in linkIfNeeded() 396 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor() 422 void ModuleLinker::dropReplacedComdat( in dropReplacedComdat() 457 bool ModuleLinker::run() { in run() [all …]
|