llvm::object::ObjectFile::mapDebugSectionName

Maps a debug section name to a standard DWARF section name.

Synopsis

Declared in <llvm/Object/ObjectFile.h>

virtual
StringRef
mapDebugSectionName(StringRef Name) const;

Return Value

The corresponding standard DWARF section name.

Parameters

NameDescription
NameDebug section name to map.