Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DWriter.cpp307 if (!config->sharedMemory && WasmSym::tlsBase) { in layoutMemory()
387 if (config->maxMemory != 0 || config->sharedMemory) { in layoutMemory()
527 if (config->sharedMemory) { in populateTargetFeatures()
912 if (config->sharedMemory) in createOutputSegment()
971 assert(config->isPic && !config->sharedMemory); in combineOutputSegments()
1039 if (config->sharedMemory) { in createSyntheticInitFunctions()
1079 if (config->sharedMemory) { in createInitMemoryFunction()
1147 if (config->sharedMemory) { in createInitMemoryFunction()
1210 if (config->sharedMemory && s->isTLS()) { in createInitMemoryFunction()
1244 if (config->sharedMemory) { in createInitMemoryFunction()
[all …]
H A DSyntheticSections.cpp246 if (out.memorySec->maxMemoryPages != 0 || config->sharedMemory) { in writeBody()
250 if (config->sharedMemory) in writeBody()
355 bool hasMax = maxMemoryPages != 0 || config->sharedMemory; in writeBody()
360 if (config->sharedMemory) in writeBody()
482 if (config->sharedMemory && sym->isTLS()) in writeBody()
611 return numSegments && config->sharedMemory; in isNeeded()
H A DConfig.h48 bool sharedMemory; member
H A DRelocations.cpp126 if (config->sharedMemory) { in scanRelocations()
H A DDriver.cpp429 config->sharedMemory = args.hasArg(OPT_shared_memory); in readConfigs()
597 if (config->sharedMemory) in checkOptions()
785 if (config->sharedMemory) { in createSyntheticSymbols()
839 if (!config->sharedMemory) in createOptionalSymbols()
H A DOutputSections.cpp110 assert((config->sharedMemory || !config->isPic || config->extendedConst || in finalizeContents()
H A DSymbols.cpp314 if (isTLS() && config->sharedMemory) in getVA()