Home
last modified time | relevance | path

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

/freebsd/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.cpp32 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 DNoSanitizeList.cpp24 : SSCL(SanitizerSpecialCaseList::createOrDie( in NoSanitizeList()
H A DSanitizerSpecialCaseList.cpp32 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in SanitizerSpecialCaseList
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h41 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options()
44 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles, in Options()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h40 createOrDie(const std::vector<std::string> &Paths,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h86 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp98 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in llvm::SpecialCaseList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp491 Ignorelist = SpecialCaseList::createOrDie(IgnorelistFiles, in run()
H A DDataFlowSanitizer.cpp875 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()