llvm::logicalview::transformPath

Normalize Path to a unified, lowercase pathname.

Synopsis

Declared in <llvm/DebugInfo/LogicalView/Core/LVSupport.h>

std::string
transformPath(StringRef Path);

Description

Converts characters to lowercase, replaces '' with '/', and collapses duplicate '/' separators.

Return Value

Normalized pathname string.

Parameters

NameDescription
PathPathname to transform.