Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp641 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() local
642 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
644 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()
H A Dmacho_platform.cpp1327 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() local
1328 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
1330 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()