Searched refs:getComdatIndex (Results 1 – 6 of 6) sorted by relevance
114 Expected<int> getComdatIndex(const Comdat *C, const Module *M);186 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { in getComdatIndex() function in __anon009a90810111::Builder316 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent()); in addSymbol()
193 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function
162 using irsymtab::Symbol::getComdatIndex;
557 int Comdat = Sym.getComdatIndex(); in dumpSymtab()
1394 int comdatIndex = objSym.getComdatIndex(); in parse()
1927 int c = irSym.getComdatIndex(); in postParse()