Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp2779 if (getContext().getNoSanitizeList().containsType(M, TypeName)) in EmitVTablePtrCheck()
2832 return !getContext().getNoSanitizeList().containsType(SanitizerKind::CFIVCall, in ShouldEmitVTableTypeCheckedLoad()
2855 !getContext().getNoSanitizeList().containsType(SanitizerKind::CFIVCall, in EmitVTableTypeCheckedLoad()
H A DCodeGenModule.cpp2570 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
2597 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
H A DCGExpr.cpp830 if (!CGM.getContext().getNoSanitizeList().containsType(SanitizerKind::Vptr, in EmitTypeCheck()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h720 const NoSanitizeList &getNoSanitizeList() const { return *NoSanitizeL; } in getNoSanitizeList() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4624 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding()