Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DSandboxVectorizer.cpp85 bool SandboxVectorizerPass::allowFile(const std::string &SrcFilePath) { in allowFile() argument
97 if (FileNameRegex.match(SrcFilePath)) in allowFile()
114 const auto &SrcFilePath = LLVMF.getParent()->getSourceFileName(); in runImpl() local
115 if (!allowFile(SrcFilePath)) in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DSandboxVectorizer.h43 bool allowFile(const std::string &SrcFilePath);
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp508 StringRef SrcFilePath = *SrcPathOrErr; in dumpModules() local
512 Desc.getSourceFileNameIndex(), SrcFilePath); in dumpModules()