Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp47 case CSKYCP::TLSLE: in getModifierText()
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
H A DCSKYAsmPrinter.cpp184 case CSKYCP::TLSLE: in getModifierVariantKind()
H A DCSKYISelLowering.cpp1309 CSKYCP::CSKYCPModifier Flag = UseGOT ? CSKYCP::TLSIE : CSKYCP::TLSLE; in getStaticTLSAddr()