Searched refs:getComdatName (Results 1 – 3 of 3) sorted by relevance
505 StringRef comdat = f->getComdatName(); in writeBody()514 StringRef comdat = inputSegments[0]->getComdatName(); in writeBody()517 assert(isec->getComdatName() == comdat); in writeBody()
53 StringRef getComdatName() const;
52 StringRef InputChunk::getComdatName() const { in getComdatName() function in lld::wasm::InputChunk