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::Builder317 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent()); in addSymbol()
190 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function
154 using irsymtab::Symbol::getComdatIndex;
525 int Comdat = Sym.getComdatIndex(); in dumpSymtab()
1753 int c = objSym.getComdatIndex(); in createBitcodeSymbol()1815 int c = irSym.getComdatIndex(); in postParse()
1083 int comdatIndex = objSym.getComdatIndex(); in parse()