Searched refs:createInternal (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 76 if (SCL->createInternal(Paths, FS, Error)) in create() 84 if (SCL->createInternal(MB, Error)) in create() 98 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal() function in llvm::SpecialCaseList 117 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() function in llvm::SpecialCaseList
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 110 bool createInternal(const std::vector<std::string> &Paths, 112 bool createInternal(const MemoryBuffer *MB, std::string &Error);
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | SanitizerSpecialCaseList.cpp | 23 if (SSCL->createInternal(Paths, VFS, Error)) { in create()
|
| H A D | ProfileList.cpp | 51 if (PSCL->createInternal(Paths, VFS, Error)) in create()
|