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

Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated.

Parameters

NameDescription
NameRepresent a constant reference to a string, i.e. a character array and a length, which need not be null terminated.