Home | History | Annotate | Download | only in ARM

Lines Matching refs:TEB

2617   // Load the current TEB (thread environment block)
2628 SDValue TEB = CurrentTEB.getValue(0);
2631 // Load the ThreadLocalStoragePointer from the TEB
2632 // A pointer to the TLS array is located at offset 0x2c from the TEB.
2634 DAG.getNode(ISD::ADD, DL, PtrVT, TEB, DAG.getIntPtrConstant(0x2c, DL));