Searched refs:ComdatName (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 65 bool getComdatLeader(Module &M, StringRef ComdatName, 67 bool computeResultingSelectionKind(StringRef ComdatName, 131 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() argument 133 const GlobalValue *GVal = M.getNamedValue(ComdatName); in getComdatLeader() 138 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader() 145 "Linking COMDATs named '" + ComdatName + in getComdatLeader() 151 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() argument 172 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 189 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() 190 getComdatLeader(*SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Internalize.cpp | 135 SmallString<0> ComdatName; in maybeInternalize() local
|