Home | History | Annotate | Download | only in ARM

Lines Matching refs:TEB

2867   // Load the current TEB (thread environment block)
2878 SDValue TEB = CurrentTEB.getValue(0);
2881 // Load the ThreadLocalStoragePointer from the TEB
2882 // A pointer to the TLS array is located at offset 0x2c from the TEB.
2884 DAG.getNode(ISD::ADD, DL, PtrVT, TEB, DAG.getIntPtrConstant(0x2c, DL));