Searched refs:getComdatIndex (Results 1 – 6 of 6) sorted by relevance
107 Expected<int> getComdatIndex(const Comdat *C, const Module *M);179 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { in getComdatIndex() function in __anone2c6b3b50111::Builder291 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent()); in addSymbol()
190 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function
147 using irsymtab::Symbol::getComdatIndex;
450 int Comdat = Sym.getComdatIndex(); in dumpSymtab()
1075 int comdatIndex = objSym.getComdatIndex(); in parse()
1724 int c = objSym.getComdatIndex(); in createBitcodeSymbol()