Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp64 bool getComdatLeader(Module &M, StringRef ComdatName,
66 bool computeResultingSelectionKind(StringRef ComdatName,
130 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() argument
132 const GlobalValue *GVal = M.getNamedValue(ComdatName); in getComdatLeader()
137 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader()
144 "Linking COMDATs named '" + ComdatName + in getComdatLeader()
150 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() argument
171 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
181 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
188 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp87 for (StringRef ComdatName : Comdats) in dumpCustomSection() local
88 LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}}); in dumpCustomSection()