#include "llvm-c/DataTypes.h"
#include <stddef.h>
Go to the source code of this file.
|
struct | LLVMOpInfoSymbol1 |
| The initial support in LLVM MC for the most general form of a relocatable expression is "AddSymbol - SubtractSymbol + Offset". More...
|
|
struct | LLVMOpInfo1 |
|
|
typedef void * | LLVMDisasmContextRef |
| An opaque reference to a disassembler context.
|
|
typedef int(* | LLVMOpInfoCallback) (void *DisInfo, uint64_t PC, uint64_t Offset, uint64_t OpSize, uint64_t InstSize, int TagType, void *TagBuf) |
| The type for the operand information call back function.
|
|
typedef const char *(* | LLVMSymbolLookupCallback) (void *DisInfo, uint64_t ReferenceValue, uint64_t *ReferenceType, uint64_t ReferencePC, const char **ReferenceName) |
| The type for the symbol lookup function.
|
|