Searched refs:RemapSourceFile (Results 1 – 3 of 3) sorted by relevance
865 std::optional<std::string> RemapSourceFile(llvm::StringRef path) const;866 bool RemapSourceFile(const char *, std::string &) const = delete;
1550 std::optional<std::string> Module::RemapSourceFile(llvm::StringRef path) const { in RemapSourceFile() function in Module
283 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path)))764 if (auto remapped_file = module_sp->RemapSourceFile(file_spec.GetPath())) in MakeAbsoluteAndRemap()