Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp561 bool IsTLS = isTLS(Section); in computeTotalAllocSize() local
595 } else if (!IsTLS) { in computeTotalAllocSize()
813 bool IsTLS = isTLS(Section); in emitSection() local
866 if (IsTLS) { in emitSection()
921 if (IsTLS) in emitSection()