LLVM 19.0.0git
Classes | Public Member Functions | List of all members
llvm::FileCollector::PathCanonicalizer Class Reference

Helper utility that encapsulates the logic for canonicalizing a virtual path and a path to copy from. More...

#include "llvm/Support/FileCollector.h"

Classes

struct  PathStorage
 

Public Member Functions

PathStorage canonicalize (StringRef SrcPath)
 Canonicalize a pair of virtual and real paths.
 

Detailed Description

Helper utility that encapsulates the logic for canonicalizing a virtual path and a path to copy from.

Definition at line 73 of file FileCollector.h.

Member Function Documentation

◆ canonicalize()

FileCollector::PathCanonicalizer::PathStorage FileCollector::PathCanonicalizer::canonicalize ( StringRef  SrcPath)

The documentation for this class was generated from the following files: