Home
last modified time | relevance | path

Searched refs:createOrDie (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp24 : AlwaysInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
26 NeverInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
28 AttrList(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
H A DProfileList.cpp33 createOrDie(const std::vector<std::string> &Paths,
57 ProfileSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in clang::ProfileSpecialCaseList
68 : SCL(ProfileSpecialCaseList::createOrDie( in ProfileList()
H A DNoSanitizeList.cpp24 : SSCL(SanitizerSpecialCaseList::createOrDie( in NoSanitizeList()
H A DSanitizerSpecialCaseList.cpp31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in SanitizerSpecialCaseList
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h40 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options()
43 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles, in Options()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h39 createOrDie(const std::vector<std::string> &Paths,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h83 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp99 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in llvm::SpecialCaseList
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp478 Ignorelist = SpecialCaseList::createOrDie(IgnorelistFiles, in run()
H A DDataFlowSanitizer.cpp871 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()