Searched refs:getComdatName (Results 1 – 4 of 4) sorted by relevance
695 StringRef comdat = f->getComdatName(); in writeBody()704 StringRef comdat = inputSegments[0]->getComdatName(); in writeBody()707 assert(isec->getComdatName() == comdat); in writeBody()
75 StringRef getComdatName() const;
58 StringRef InputChunk::getComdatName() const { in getComdatName() function in lld::wasm::InputChunk
905 if (config->relocatable && !segment->getComdatName().empty()) { in createOutputSegments()