Searched refs:getComdatIndex (Results 1 – 6 of 6) sorted by relevance
106 Expected<int> getComdatIndex(const Comdat *C, const Module *M);151 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { in getComdatIndex() function in __anon91142a060111::Builder262 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent()); in addSymbol()
182 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function
137 using irsymtab::Symbol::getComdatIndex;
374 int Comdat = Sym.getComdatIndex(); in dumpSymtab()
531 int ComdatIndex = ObjSym.getComdatIndex(); in parse()
1154 int C = ObjSym.getComdatIndex(); in createBitcodeSymbol()