Searched refs:IsEmuTLSVar (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp462 bool IsEmuTLSVar = TM.useEmulatedTLS() && GV->isThreadLocal(); local
463 assert(!(IsEmuTLSVar && GV->hasCommonLinkage()) &&
468 if (IsEmuTLSVar)

Completed in 47 milliseconds