Searched refs:getComdatLeader (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 64 bool getComdatLeader(Module &M, StringRef ComdatName, 130 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() function in ModuleLinker 183 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() 184 getComdatLeader(*SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind() 204 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() 205 getComdatLeader(*SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind()
|