Searched refs:ComdatName (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 91 for (StringRef ComdatName : Comdats) in dumpCustomSection() local 92 LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}}); in dumpCustomSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | Internalize.cpp | 136 SmallString<0> ComdatName; in maybeInternalize() local
|