Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DProfileList.h52 isFileExcluded(StringRef FileName,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2666 Optional<bool> V = ProfileList.isFileExcluded(MainFile->getName(), Kind); in isProfileInstrExcluded()