Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Basic/
DProfileList.cpp135 return isFileExcluded(SM.getFilename(SM.getFileLoc(Loc)), Kind); in isLocationExcluded()
139 ProfileList::isFileExcluded(StringRef FileName, in isFileExcluded() function in ProfileList
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DProfileList.h61 isFileExcluded(StringRef FileName,
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.cpp3044 if (auto V = ProfileList.isFileExcluded(MainFile->getName(), Kind)) in isFunctionBlockedByProfileList()