Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DProfileList.cpp102 return isFileExcluded(SM.getFilename(SM.getFileLoc(Loc)), Kind); in isLocationExcluded()
106 ProfileList::isFileExcluded(StringRef FileName, in isFileExcluded() function in ProfileList
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DProfileList.h48 isFileExcluded(StringRef FileName,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2916 Optional<bool> V = ProfileList.isFileExcluded(MainFile->getName(), Kind); in isFunctionBlockedByProfileList()