Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DSanitizerSpecialCaseList.cpp17 std::unique_ptr<SanitizerSpecialCaseList>
18 SanitizerSpecialCaseList::create(const std::vector<std::string> &Paths, in create()
21 std::unique_ptr<clang::SanitizerSpecialCaseList> SSCL( in create()
22 new SanitizerSpecialCaseList()); in create()
30 std::unique_ptr<SanitizerSpecialCaseList>
31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie()
39 void SanitizerSpecialCaseList::createSanitizerSections() { in createSanitizerSections()
56 bool SanitizerSpecialCaseList::inSection(SanitizerMask Mask, StringRef Prefix, in inSection()
DSanitizerBlacklist.cpp24 : SSCL(SanitizerSpecialCaseList::createOrDie( in SanitizerBlacklist()
DCMakeLists.txt62 SanitizerSpecialCaseList.cpp
/external/llvm-project/clang/include/clang/Basic/
DSanitizerSpecialCaseList.h32 class SanitizerSpecialCaseList : public llvm::SpecialCaseList {
34 static std::unique_ptr<SanitizerSpecialCaseList>
38 static std::unique_ptr<SanitizerSpecialCaseList>
DSanitizerBlacklist.h26 class SanitizerSpecialCaseList; variable
29 std::unique_ptr<SanitizerSpecialCaseList> SSCL;
/external/clang/docs/
Dindex.rst32 SanitizerSpecialCaseList
DThreadSanitizer.rst100 :doc:`SanitizerSpecialCaseList`, that can be used to suppress data race reports
DDataFlowSanitizer.rst51 DataFlowSanitizer's ABI list file is a :doc:`SanitizerSpecialCaseList`.
DMemorySanitizer.rst92 :doc:`SanitizerSpecialCaseList`, that can be used to relax MemorySanitizer
DUndefinedBehaviorSanitizer.rst171 :doc:`SanitizerSpecialCaseList`, that can be used to suppress error reports
DAddressSanitizer.rst209 :doc:`SanitizerSpecialCaseList`, that can be used to suppress error reports
DControlFlowIntegrity.rst244 A :doc:`SanitizerSpecialCaseList` can be used to relax CFI checks for certain
DUsersManual.rst1037 :doc:`SanitizerSpecialCaseList` for file format description.
/external/llvm-project/clang/docs/
Dindex.rst36 SanitizerSpecialCaseList
DThreadSanitizer.rst107 :doc:`SanitizerSpecialCaseList`, that can be used to suppress data race reports
DMemorySanitizer.rst92 :doc:`SanitizerSpecialCaseList`, that can be used to relax MemorySanitizer
DDataFlowSanitizer.rst79 DataFlowSanitizer's ABI list file is a :doc:`SanitizerSpecialCaseList`.
DAddressSanitizer.rst215 :doc:`SanitizerSpecialCaseList`, that can be used to suppress error reports
DUndefinedBehaviorSanitizer.rst277 :doc:`SanitizerSpecialCaseList`, that can be used to suppress error reports
DControlFlowIntegrity.rst342 A :doc:`SanitizerSpecialCaseList` can be used to relax CFI checks for certain
DUsersManual.rst1596 :doc:`SanitizerSpecialCaseList` for file format description.
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Basic/
DBUILD.gn67 "SanitizerSpecialCaseList.cpp",