Searched refs:createOrDie (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | XRayLists.cpp | 24 : AlwaysInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter() 26 NeverInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter() 28 AttrList(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
|
| H A D | ProfileList.cpp | 32 createOrDie(const std::vector<std::string> &Paths, 55 ProfileSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in clang::ProfileSpecialCaseList 66 : SCL(ProfileSpecialCaseList::createOrDie( in ProfileList()
|
| H A D | NoSanitizeList.cpp | 24 : SSCL(SanitizerSpecialCaseList::createOrDie( in NoSanitizeList()
|
| H A D | SanitizerSpecialCaseList.cpp | 32 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in SanitizerSpecialCaseList
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.h | 41 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options() 44 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles, in Options()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SanitizerSpecialCaseList.h | 40 createOrDie(const std::vector<std::string> &Paths,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 86 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 98 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in llvm::SpecialCaseList
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 491 Ignorelist = SpecialCaseList::createOrDie(IgnorelistFiles, in run()
|
| H A D | DataFlowSanitizer.cpp | 875 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()
|