Searched refs:needsPassiveInitialization (Results 1 – 1 of 1) sorted by relevance
57 bool needsPassiveInitialization(const OutputSegment *segment);984 bool Writer::needsPassiveInitialization(const OutputSegment *segment) { in needsPassiveInitialization() function in lld::wasm::Writer994 return this->needsPassiveInitialization(s); in hasPassiveInitializedSegments()1168 if (needsPassiveInitialization(s)) { in createInitMemoryFunction()1255 if (needsPassiveInitialization(s) && !s->isBss) { in createInitMemoryFunction()