llvm::XCOFF::getRelocationTypeString

Return the string name of a relocation type.

Synopsis

Declared in <llvm/BinaryFormat/XCOFF.h>

StringRef
getRelocationTypeString(XCOFF::RelocationType Type);

Return Value

String name of the relocation type.

Parameters

NameDescription
TypeRelocation type to convert.