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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp214 } TEB, *PTEB; typedef in namespace:__asan
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4880 SDValue TEB = DAG.getRegister(AArch64::X18, MVT::i64); local
4882 // Load the ThreadLocalStoragePointer from the TEB
4883 // A pointer to the TLS array is located at offset 0x58 from the TEB.
4885 DAG.getNode(ISD::ADD, DL, PtrVT, TEB, DAG.getIntPtrConstant(0x58, DL));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3164 // Load the current TEB (thread environment block)
3175 SDValue TEB = CurrentTEB.getValue(0); local
3178 // Load the ThreadLocalStoragePointer from the TEB
3179 // A pointer to the TLS array is located at offset 0x2c from the TEB.
3181 DAG.getNode(ISD::ADD, DL, PtrVT, TEB, DAG.getIntPtrConstant(0x2c, DL));

Completed in 164 milliseconds