Searched refs:ComdatName (Results 1 – 2 of 2) sorted by relevance
450 bool getComdatLeader(Module *M, StringRef ComdatName,452 bool computeResultingSelectionKind(StringRef ComdatName,615 bool ModuleLinker::getComdatLeader(Module *M, StringRef ComdatName, in getComdatLeader() argument617 const GlobalValue *GVal = M->getNamedValue(ComdatName); in getComdatLeader()622 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader()629 "Linking COMDATs named '" + ComdatName + in getComdatLeader()635 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() argument655 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()665 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()672 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind()[all …]
2845 std::string ComdatName; in ParseModule() local2846 ComdatName.reserve(ComdatNameSize); in ParseModule()2848 ComdatName += (char)Record[2 + i]; in ParseModule()2849 Comdat *C = TheModule->getOrInsertComdat(ComdatName); in ParseModule()