HomeSort by: relevance | last modified time | path
    Searched refs:getNoSanitizeList (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 2779 if (getContext().getNoSanitizeList().containsType(M, TypeName))
2832 return !getContext().getNoSanitizeList().containsType(SanitizerKind::CFIVCall,
2855 !getContext().getNoSanitizeList().containsType(SanitizerKind::CFIVCall,
CodeGenModule.cpp 2570 const auto &NoSanitizeL = getContext().getNoSanitizeList();
2597 const auto &NoSanitizeL = getContext().getNoSanitizeList();
CGExpr.cpp 830 if (!CGM.getContext().getNoSanitizeList().containsType(SanitizerKind::Vptr,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 720 const NoSanitizeList &getNoSanitizeList() const { return *NoSanitizeL; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 4624 const auto &NoSanitizeList = Context.getNoSanitizeList();

Completed in 33 milliseconds