Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Delfnix_platform.cpp433 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() local
434 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
436 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()
H A Dmacho_platform.cpp910 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() local
911 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
913 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()