Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp244 Value *getHwasanThreadSlotPtr(IRBuilder<> &IRB, Type *Ty);
1025 Value *HWAddressSanitizer::getHwasanThreadSlotPtr(IRBuilder<> &IRB, Type *Ty) { in getHwasanThreadSlotPtr() function in HWAddressSanitizer
1055 Value *SlotPtr = getHwasanThreadSlotPtr(IRB, IntptrTy); in emitPrologue()