Home | History | Annotate | Download | only in Reader

Lines Matching refs:ComdatName

1863       std::string ComdatName;
1864 ComdatName.reserve(ComdatNameSize);
1866 ComdatName += (char)Record[2 + i];
1867 Comdat *C = TheModule->getOrInsertComdat(ComdatName);