Lines Matching refs:FileName
260 const std::string &FileName)>
266 const char *argv0, const std::string &FileName)> in ModuleLazyLoaderCache()
271 Module &operator()(const char *argv0, const std::string &FileName);
273 std::unique_ptr<Module> takeModule(const std::string &FileName) { in takeModule() argument
274 auto I = ModuleMap.find(FileName); in takeModule()
351 std::string FileName = Import.substr(Idx + 1, std::string::npos); in importFunctions() local
354 auto &SrcModule = ModuleLoaderCache(argv0, FileName); in importFunctions()
357 errs() << argv0 << ": " << FileName; in importFunctions()
365 << FunctionName << " from " << FileName << "\n"; in importFunctions()
373 << " from " << FileName << "\n"; in importFunctions()
378 errs() << "Importing " << FunctionName << " from " << FileName << "\n"; in importFunctions()
385 ImportList[FileNameStringCache.insert(FileName).first->getKey()]; in importFunctions()