Searched refs:SrcFilePath (Results 1 – 3 of 3) sorted by relevance
85 bool SandboxVectorizerPass::allowFile(const std::string &SrcFilePath) { in allowFile() argument97 if (FileNameRegex.match(SrcFilePath)) in allowFile()114 const auto &SrcFilePath = LLVMF.getParent()->getSourceFileName(); in runImpl() local115 if (!allowFile(SrcFilePath)) in runImpl()
43 bool allowFile(const std::string &SrcFilePath);
508 StringRef SrcFilePath = *SrcPathOrErr; in dumpModules() local512 Desc.getSourceFileNameIndex(), SrcFilePath); in dumpModules()