Searched refs:needsPassiveInitialization (Results 1 – 1 of 1) sorted by relevance
58 bool needsPassiveInitialization(const OutputSegment *segment);1009 bool Writer::needsPassiveInitialization(const OutputSegment *segment) { in needsPassiveInitialization() function in lld::wasm::Writer1019 return this->needsPassiveInitialization(s); in hasPassiveInitializedSegments()1193 if (needsPassiveInitialization(s)) { in createInitMemoryFunction()1280 if (needsPassiveInitialization(s) && !s->isBss) { in createInitMemoryFunction()