Convert Path into a flattened, filesystem-safe lowercase name.
Declared in <llvm/DebugInfo/LogicalView/Core/LVSupport.h>
std::string
flattenedFilePath(StringRef Path);
Replaces '/', '', '<', '>', '.', ':', '%', '*', '?', '|', '"', and spaces with '_'.
Flattened pathname string.
| Name | Description |
|---|---|
| Path | Pathname to flatten. |