Home
last modified time | relevance | path

Searched refs:getComdatLeader (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp64 bool getComdatLeader(Module &M, StringRef ComdatName,
130 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() function in ModuleLinker
188 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind()
189 getComdatLeader(*SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind()