Home
last modified time | relevance | path

Searched refs:sharedMemory (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp288 if (!config->sharedMemory && WasmSym::tlsBase) { in layoutMemory()
368 if (config->maxMemory != 0 || config->sharedMemory) { in layoutMemory()
503 if (config->sharedMemory) { in populateTargetFeatures()
887 if (config->sharedMemory) in createOutputSegment()
946 assert(config->isPic && !config->sharedMemory); in combineOutputSegments()
1014 if (config->sharedMemory) { in createSyntheticInitFunctions()
1054 if (config->sharedMemory) { in createInitMemoryFunction()
1122 if (config->sharedMemory) { in createInitMemoryFunction()
1185 if (config->sharedMemory && s->isTLS()) { in createInitMemoryFunction()
1219 if (config->sharedMemory) { in createInitMemoryFunction()
[all …]
H A DConfig.h42 bool sharedMemory; member
H A DSyntheticSections.cpp244 if (out.memorySec->maxMemoryPages != 0 || config->sharedMemory) { in writeBody()
248 if (config->sharedMemory) in writeBody()
353 bool hasMax = maxMemoryPages != 0 || config->sharedMemory; in writeBody()
358 if (config->sharedMemory) in writeBody()
480 if (config->sharedMemory && sym->isTLS()) in writeBody()
610 return numSegments && config->sharedMemory; in isNeeded()
H A DRelocations.cpp126 if (config->sharedMemory) { in scanRelocations()
H A DDriver.cpp366 config->sharedMemory = args.hasArg(OPT_shared_memory); in readConfigs()
514 if (config->sharedMemory) in checkOptions()
649 if (config->sharedMemory) { in createSyntheticSymbols()
701 if (!config->sharedMemory) in createOptionalSymbols()
H A DOutputSections.cpp111 assert((config->sharedMemory || !config->isPic || config->extendedConst || in finalizeContents()
H A DSymbols.cpp307 if (isTLS() && config->sharedMemory) in getVA()