Searched refs:LLVMDisasmInstruction (Results 1 – 12 of 12) sorted by relevance
/external/llvm/unittests/MC/ |
D | Disassembler.cpp | 42 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST() 50 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST() 58 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST()
|
/external/llvm/bindings/python/llvm/ |
D | disassembler.py | 104 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)), 132 result = lib.LLVMDisasmInstruction(self, b, 156 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte), 158 library.LLVMDisasmInstruction.restype = c_size_t
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | lto.exports | 32 LLVMDisasmInstruction
|
/external/llvm/tools/lto/ |
D | lto.exports | 47 LLVMDisasmInstruction
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Disassembler.h | 156 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DC, uint8_t *Bytes,
|
/external/llvm/tools/llvm-c-test/ |
D | disassemble.c | 51 size_t l = LLVMDisasmInstruction(D, buf + pos, siz - pos, 0, outline, in do_disassemble()
|
/external/llvm/include/llvm-c/ |
D | Disassembler.h | 246 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DC, uint8_t *Bytes,
|
/external/llvm/tools/llvm-mc-fuzzer/ |
D | llvm-mc-fuzzer.cpp | 78 Consumed = LLVMDisasmInstruction(Ctx, p, Size, 0, AssemblyText, in DisassembleOneInput()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_debug.cpp | 134 Size = LLVMDisasmInstruction(D, (uint8_t *)bytes + pc, extent - pc, 0, outline, in disassemble()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 132 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, in LLVMDisasmInstruction() function
|
/external/llvm/docs/ |
D | MarkedUpDisassembly.rst | 33 Then subsequent calls to ``LLVMDisasmInstruction()`` will return output strings
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 239 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, in LLVMDisasmInstruction() function
|