Home
last modified time | relevance | path

Searched refs:createInternal (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSpecialCaseList.cpp77 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 DSpecialCaseList.h109 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 DSanitizerSpecialCaseList.cpp23 if (SSCL->createInternal(Paths, VFS, Error)) { in create()
H A DProfileList.cpp50 if (PSCL->createInternal(Paths, VFS, Error)) in create()