Searched refs:ComdatName (Results 1 – 2 of 2) sorted by relevance
64 bool getComdatLeader(Module &M, StringRef ComdatName,66 bool computeResultingSelectionKind(StringRef ComdatName,130 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() argument132 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() argument171 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 …]
87 for (StringRef ComdatName : Comdats) in dumpCustomSection() local88 LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}}); in dumpCustomSection()