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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp20 : AlwaysInstrument(llvm::SpecialCaseList::createOrDie(
22 NeverInstrument(llvm::SpecialCaseList::createOrDie(
24 AttrList(llvm::SpecialCaseList::createOrDie(
H A DSanitizerBlacklist.cpp19 : SSCL(SanitizerSpecialCaseList::createOrDie(
H A DSanitizerSpecialCaseList.cpp31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, function in class:SanitizerSpecialCaseList
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h32 createOrDie(const std::vector<std::string> &Paths,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h81 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp486 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem()));

Completed in 134 milliseconds