Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DSpecialCaseList.cpp77 if (SCL->createInternal(Paths, Error)) in create()
85 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
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSpecialCaseList.h106 bool createInternal(const std::vector<std::string> &Paths,
108 bool createInternal(const MemoryBuffer *MB, std::string &Error);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp23 if (SSCL->createInternal(Paths, Error)) { in create()