Searched refs:createInternal (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 84 if (SCL->createInternal(Paths, FS, Error)) in create() 92 if (SCL->createInternal(MB, Error)) in create() 106 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal() function in llvm::SpecialCaseList 125 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() function in llvm::SpecialCaseList
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 113 LLVM_ABI bool createInternal(const std::vector<std::string> &Paths, 115 LLVM_ABI bool createInternal(const MemoryBuffer *MB, std::string &Error);
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SanitizerSpecialCaseList.cpp | 24 if (SSCL->createInternal(Paths, VFS, Error)) { in create()
|
| H A D | ProfileList.cpp | 49 if (PSCL->createInternal(Paths, VFS, Error)) in create()
|
| H A D | Diagnostic.cpp | 534 if (!WarningSuppressionList->createInternal(&Input, Err)) in create()
|