Lines Matching refs:FileName
142 const std::string &FileName)>
148 const char *argv0, const std::string &FileName)> in ModuleLazyLoaderCache()
153 Module &operator()(const char *argv0, const std::string &FileName);
155 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() argument
156 auto I = ModuleMap.find(FileName); in takeModule()
228 std::string FileName = Import.substr(Idx + 1, std::string::npos); in importFunctions() local
231 auto &SrcModule = ModuleLoaderCache(argv0, FileName); in importFunctions()
234 errs() << argv0 << ": " << FileName in importFunctions()
242 << FunctionName << " from " << FileName << "\n"; in importFunctions()
250 << " from " << FileName << "\n"; in importFunctions()
255 errs() << "Importing " << FunctionName << " from " << FileName << "\n"; in importFunctions()