HomeSort by relevance Sort by last modified time
    Searched refs:DisInfo (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/MC/
MCExternalSymbolizer.h 36 void *DisInfo;
44 void *disInfo)
46 GetOpInfo(getOpInfo), SymbolLookUp(symbolLookUp), DisInfo(disInfo) {}
MCDisassembler.h 60 DisInfo(0), Ctx(0),
97 void *DisInfo;
123 void *DisInfo,
131 void *getDisInfoBlock() const { return DisInfo; }
  /external/llvm/include/llvm-c/
Disassembler.h 38 * the call back in the DisInfo parameter. The instruction containing operand
50 typedef int (*LLVMOpInfoCallback)(void *DisInfo, uint64_t PC,
110 typedef const char *(*LLVMSymbolLookupCallback)(void *DisInfo,
139 * by passing a block of information in the DisInfo parameter and specifying the
145 LLVMDisasmContextRef LLVMCreateDisasm(const char *TripleName, void *DisInfo,
151 * disassembly is supported by passing a block of information in the DisInfo
157 void *DisInfo, int TagType,
  /external/llvm/lib/MC/
MCDisassembler.cpp 23 void *DisInfo,
28 this->DisInfo = DisInfo;
33 SymbolLookUp, DisInfo));
MCExternalSymbolizer.cpp 43 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
54 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address,
141 (void)SymbolLookUp(DisInfo, Value, &ReferenceType, Address, &ReferenceName);
151 void *DisInfo,
158 SymbolLookUp, DisInfo);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 47 void *DisInfo;
82 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType,
91 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
103 void *getDisInfo() const { return DisInfo; }
Disassembler.cpp 32 // disassembly is supported by passing a block of information in the DisInfo
39 void *DisInfo, int TagType,
85 TheTarget->createMCSymbolizer(Triple, GetOpInfo, SymbolLookUp, DisInfo,
88 DisAsm->setupForSymbolicDisassembly(GetOpInfo, SymbolLookUp, DisInfo,
97 LLVMDisasmContext *DC = new LLVMDisasmContext(Triple, DisInfo, TagType,
107 LLVMDisasmContextRef LLVMCreateDisasm(const char *Triple, void *DisInfo,
110 return LLVMCreateDisasmCPU(Triple, "", DisInfo, TagType, GetOpInfo,
  /external/llvm/include/llvm/Support/
TargetRegistry.h 66 void *DisInfo,
146 void *DisInfo,
479 /// \param DisInfo The pointer to the block of symbolic information for above call
486 void *DisInfo,
488 return MCSymbolizerCtorFn(TT, GetOpInfo, SymbolLookUp, DisInfo,
    [all...]

Completed in 607 milliseconds