Searched refs:createOrDie (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp24 : AlwaysInstrument(llvm::SpecialCaseList::createOrDie(
26 NeverInstrument(llvm::SpecialCaseList::createOrDie(
28 AttrList(llvm::SpecialCaseList::createOrDie(
H A DSanitizerBlacklist.cpp24 : SSCL(SanitizerSpecialCaseList::createOrDie(
H A DSanitizerSpecialCaseList.cpp31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, function in class:SanitizerSpecialCaseList
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h42 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles,
45 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h39 createOrDie(const std::vector<std::string> &Paths,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h83 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp91 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, function in class:llvm::SpecialCaseList
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp284 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles,
287 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles,
H A DDataFlowSanitizer.cpp509 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem()));

Completed in 76 milliseconds