Searched refs:createInternal (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 77 if (SCL->createInternal(Paths, FS, Error)) in create() 85 if (SCL->createInternal(MB, Error)) in create() 99 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal() function in llvm::SpecialCaseList 118 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() function in llvm::SpecialCaseList
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | SpecialCaseList.h | 109 bool createInternal(const std::vector<std::string> &Paths, 111 bool createInternal(const MemoryBuffer *MB, std::string &Error);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SanitizerSpecialCaseList.cpp | 23 if (SSCL->createInternal(Paths, VFS, Error)) { in create()
|
H A D | ProfileList.cpp | 50 if (PSCL->createInternal(Paths, VFS, Error)) in create()
|