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

  /external/llvm/lib/MC/
MCAtom.cpp 75 if (NextInstAddress > End)
76 remap(Begin, NextInstAddress);
77 Insts.push_back(MCDecodedInst(I, NextInstAddress, Size));
78 NextInstAddress += Size;
  /external/llvm/include/llvm/MC/
MCAtom.h 128 uint64_t NextInstAddress;
156 : MCAtom(TextAtom, P, Begin, End), NextInstAddress(Begin) {}

Completed in 102 milliseconds