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.cpp455 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance() local
456 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
458 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()
H A Dmacho_platform.cpp1317 size_t ThreadDataDelta = ThreadData - TDS->first; in __orc_rt_macho_run_program()
1318 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds");
1320 char *Instance = Allocated.get() + ThreadDataDelta;
1116 size_t ThreadDataDelta = ThreadData - TDS->first; getInstance() local