Home
last modified time | relevance | path

Searched refs:getComdatName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp695 StringRef comdat = f->getComdatName(); in writeBody()
704 StringRef comdat = inputSegments[0]->getComdatName(); in writeBody()
707 assert(isec->getComdatName() == comdat); in writeBody()
H A DInputChunks.h75 StringRef getComdatName() const;
H A DInputChunks.cpp58 StringRef InputChunk::getComdatName() const { in getComdatName() function in lld::wasm::InputChunk
H A DWriter.cpp905 if (config->relocatable && !segment->getComdatName().empty()) { in createOutputSegments()