Searched refs:tlsSize (Results 1 – 11 of 11) sorted by relevance
45 uintptr_t tlsSize = (app.tls.size + app.tls.align) & -app.tls.align; in initTLS() local50 size_t tlsSizeWithAddr = tlsSize + sizeof(uintptr_t); in initTLS()66 uintptr_t endPtr = reinterpret_cast<uintptr_t>(tlsAddr) + tlsSize; in initTLS()
283 auto *tlsSize = cast<DefinedGlobal>(WasmSym::tlsSize); in layoutMemory() local284 setGlobalPtr(tlsSize, seg->size); in layoutMemory()
80 GlobalSymbol *WasmSym::tlsSize; member in lld::wasm::WasmSym
455 static GlobalSymbol *tlsSize; member
659 WasmSym::tlsSize = createGlobalVariable("__tls_size", false); in createSyntheticSymbols()
1267 uint32_t tlsSize; variable1340 uint32_t tlsSize; // size required for FILE_MEMORY_LOCAL variable
46 tlsSize = 0; in Function()
1883 func->tlsBase = prog->tlsSize; in exec()1886 prog->tlsSize += func->tlsSize; in exec()1955 func->tlsSize = insertSpills.getStackSize(); in execFunc()
1360 info_out->bin.tlsSpace = prog->tlsSize; in nv50_ir_generate_code()
3196 tlsSize = info_out->bin.tlsSpace; in makeFromNIR()
4344 tlsSize = info_out->bin.tlsSpace; in makeFromTGSI()