Symbolize using user‐provided, C API, callbacks.
Synopsis
Declared in <llvm/MC/MCDisassembler/MCExternalSymbolizer.h>
class MCExternalSymbolizer
: public MCSymbolizer
Description
See llvm‐c/Disassembler.h.
Base Classes
Name |
Description |
Symbolize and annotate disassembled instructions. |
Member Functions
Name |
Description |
|
Construct an external symbolizer with C API callbacks. |
|
Deleted copy assignment. |
|
Return addresses referenced by unresolved symbolizable operands. |
Try to add a comment on the PC‐relative load. |
|
Try to add a symbolic operand instead of |
Protected Data Members
Name |
Description |
Context used to create symbolic MCExprs. |
|
The pointer to the block of symbolic information for above call back. |
|
@{ The function to get the symbolic information for operands. |
|
Relocation info used to enrich symbolic expressions; owned by this. |
|
The function to lookup a symbol name. |
Created with MrDocs