Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cpp42 if (DTI.isValid() && IsVptrCheckSuppressed(DTI.getMostDerivedTypeName())) in HandleDynamicTypeCacheMiss()
H A Dubsan_diag.h259 bool IsVptrCheckSuppressed(const char *TypeName);
H A Dubsan_diag.cpp414 bool __ubsan::IsVptrCheckSuppressed(const char *TypeName) { in IsVptrCheckSuppressed() function in __ubsan