llvm::dwarf::FormatString

Returns "DWARF32" or "DWARF64" for the given DWARF format enum.

Synopsis

Declared in <llvm/BinaryFormat/Dwarf.h>

StringRef
FormatString(DwarfFormat Format);

Return Value

"DWARF32" or "DWARF64" for Format.

Parameters

NameDescription
FormatDWARF32 or DWARF64 format selector.