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