Searched refs:getComdatLeader (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 65 bool getComdatLeader(Module &M, StringRef ComdatName, 131 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() function in ModuleLinker 189 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() 190 getComdatLeader(*SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 67 bool getComdatLeader(Module &M, StringRef ComdatName, 147 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() function in ModuleLinker 205 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() 206 getComdatLeader(*SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind()
|