HomeSort by relevance Sort by last modified time
    Searched defs:EDInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 1 //===-EDInst.cpp - LLVM Enhanced Disassembler -----------------------------===//
16 #include "EDInst.h"
26 EDInst::EDInst(llvm::MCInst *inst,
40 EDInst::~EDInst() {
55 uint64_t EDInst::byteSize() {
59 int EDInst::stringify() {
71 int EDInst::getString(const char*& str) {
80 unsigned EDInst::instID()
    [all...]
EDInst.h 1 //===-- EDInst.h - LLVM Enhanced Disassembler -------------------*- C++ -*-===//
58 /// EDInst - Encapsulates a single instruction, which can be queried for its
60 struct EDInst {
104 EDInst(llvm::MCInst *inst,
108 ~EDInst();
152 /// success, although the operand is still owned by the EDInst
166 /// although the token is still owned by the EDInst

Completed in 492 milliseconds