Bartleby 0.1.0
A symbol renaming toolkit
|
Various information about a symbol. More...
#include <Symbol.h>
Public Attributes | |
llvm::object::SymbolRef | Sym |
The symbol. | |
std::optional< llvm::object::SymbolRef::Type > | Type |
Its type. | |
std::optional< uint32_t > | Flags |
Its flags. | |
std::optional< llvm::StringRef > | Name |
Its name. | |
llvm::Triple::ObjectFormatType | ObjectType |
Type of the object it belongs to. | |
bool | Err = false |
An error occurred. | |
Various information about a symbol.
llvm::Triple::ObjectFormatType saq::bartleby::SymbolInfo::ObjectType |
Type of the object it belongs to.