Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp563 Type *NsanShadowRetType = nullptr; member in __anon1c7024df0111::NumericalStabilitySanitizer
650 NsanShadowRetType = ArrayType::get(Type::getInt8Ty(Context), in NumericalStabilitySanitizer()
653 createThreadLocalGV("__nsan_shadow_ret_ptr", M, NsanShadowRetType); in NumericalStabilitySanitizer()
1595 Builder.CreateConstGEP2_64(NsanShadowRetType, NsanShadowRetPtr, 0, 0), in handleCallBase()
1937 Builder.CreateConstGEP2_64(NsanShadowRetType, NsanShadowRetPtr, 0, 0); in propagateShadowValues()