Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp580 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() local
581 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
583 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()