Home
last modified time | relevance | path

Searched refs:ThreadDataDelta (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp436 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() local
437 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
439 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()
H A Dmacho_platform.cpp1259 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() local
1260 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
1262 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()