Request emission of an address‐significance table.

Synopsis

Declared in <llvm/MC/MCObjectWriter.h>

void
emitAddrsigSection();

Description

Tell the object writer to emit an address‐significance table during writeObject(). If this function is not called, all symbols are treated as address‐significant.

Created with MrDocs