Home
last modified time | relevance | path

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

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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.cpp2600 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
2627 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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.cpp2600 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
2627 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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.cpp2600 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
2627 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
/dports/devel/llvm13/llvm-project-13.0.1.src/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.cpp2600 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
2627 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
/dports/lang/clang-mesa/clang-13.0.1.src/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.cpp2600 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
2627 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGClass.cpp2785 if (getContext().getNoSanitizeList().containsType(M, TypeName)) in EmitVTablePtrCheck()
2838 return !getContext().getNoSanitizeList().containsType(SanitizerKind::CFIVCall, in ShouldEmitVTableTypeCheckedLoad()
2861 !getContext().getNoSanitizeList().containsType(SanitizerKind::CFIVCall, in EmitVTableTypeCheckedLoad()
H A DCodeGenModule.cpp2612 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
2639 const auto &NoSanitizeL = getContext().getNoSanitizeList(); in isInNoSanitizeList()
H A DCGExpr.cpp818 if (!CGM.getContext().getNoSanitizeList().containsType(SanitizerKind::Vptr, in EmitTypeCheck()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DASTContext.h769 const NoSanitizeList &getNoSanitizeList() const { return *NoSanitizeL; } in getNoSanitizeList() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DASTContext.h745 const NoSanitizeList &getNoSanitizeList() const { return *NoSanitizeL; } in getNoSanitizeList() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DASTContext.h745 const NoSanitizeList &getNoSanitizeList() const { return *NoSanitizeL; } in getNoSanitizeList() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DASTContext.h745 const NoSanitizeList &getNoSanitizeList() const { return *NoSanitizeL; } in getNoSanitizeList() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DASTContext.h745 const NoSanitizeList &getNoSanitizeList() const { return *NoSanitizeL; } in getNoSanitizeList() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DASTContext.h745 const NoSanitizeList &getNoSanitizeList() const { return *NoSanitizeL; } in getNoSanitizeList() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DDecl.cpp4639 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DDecl.cpp4639 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DDecl.cpp4639 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DDecl.cpp4639 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DDecl.cpp4639 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DDecl.cpp4665 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding()

12