Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h21 TLSGD, enumerator
H A DSystemZAsmPrinter.cpp743 case SystemZCP::TLSGD: return MCSymbolRefExpr::VK_TLSGD; in getModifierVariantKind()
H A DSystemZISelLowering.cpp3210 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h48 TLSGD, /// Thread Local Storage (General Dynamic Mode) enumerator
H A DARMConstantPoolValue.cpp59 case ARMCP::TLSGD: in getModifierText()
H A DARMAsmPrinter.cpp804 case ARMCP::TLSGD: in getModifierVariantKind()
H A DARMISelLowering.cpp3560 ARMCP::CPValue, PCAdj, ARMCP::TLSGD, true); in LowerToTLSGeneralDynamicModel()