Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp202 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
259 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in MemProfiler
458 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
H A DHWAddressSanitizer.cpp306 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
859 Value *HWAddressSanitizer::memToShadow(Value *Mem, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer
889 Value *Shadow = memToShadow(R.AddrLong, IRB); in insertShadowTagCheck()
1091 Value *ShadowPtr = memToShadow(AddrLong, IRB); in tagAlloca()
H A DAddressSanitizer.cpp724 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
1237 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer
1792 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
3496 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()