Searched refs:ModuleLinker (Results 1 – 1 of 1) sorted by relevance
| /external/llvm/lib/Linker/ |
| D | LinkModules.cpp | 360 class ModuleLinker; 381 class ModuleLinker { class 414 ModuleLinker(Module *dstM, TypeSet &Set, Module *srcM, unsigned mode, in ModuleLinker() function in __anon585c4d710211::ModuleLinker 550 bool ModuleLinker::getComdatLeader(Module *M, StringRef ComdatName, in getComdatLeader() 570 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() 644 bool ModuleLinker::getComdatResult(const Comdat *SrcC, in getComdatResult() 665 bool ModuleLinker::getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, in getLinkageResult() 740 void ModuleLinker::computeTypeMapping() { in computeTypeMapping() 816 bool ModuleLinker::linkAppendingVarProto(GlobalVariable *DstGV, in linkAppendingVarProto() 884 bool ModuleLinker::linkGlobalProto(GlobalVariable *SGV) { in linkGlobalProto() [all …]
|