Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp76 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 DSpecialCaseList.h110 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 DSanitizerSpecialCaseList.cpp23 if (SSCL->createInternal(Paths, VFS, Error)) { in create()
H A DProfileList.cpp51 if (PSCL->createInternal(Paths, VFS, Error)) in create()