llvm::object::Binary::isSymbolic

True if this binary exposes a symbol table (IR, object, COFF import, or TAPI).

Synopsis

Declared in <llvm/Object/Binary.h>

bool
isSymbolic() const;

Return Value

True if this binary exposes a symbol table.