Home
last modified time | relevance | path

Searched refs:ThreadPointerFunc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1218 Function *ThreadPointerFunc = in getHwasanThreadSlotPtr() local
1220 return IRB.CreateConstGEP1_32(Int8Ty, IRB.CreateCall(ThreadPointerFunc), in getHwasanThreadSlotPtr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19962 Function *ThreadPointerFunc = in useTpOffset() local
19965 IRB.CreateCall(ThreadPointerFunc), Offset); in useTpOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25305 Function *ThreadPointerFunc = in UseTlsOffset() local
25308 IRB.CreateConstGEP1_32(IRB.getInt8Ty(), IRB.CreateCall(ThreadPointerFunc), in UseTlsOffset()