Searched refs:NextInstAddress (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCAnalysis/
H A DMCAtom.cpp78 if (NextInstAddress + Size - 1 > End)
79 remap(Begin, NextInstAddress + Size - 1);
80 Insts.push_back(MCDecodedInst(I, NextInstAddress, Size));
81 NextInstAddress += Size;
/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCAtom.h130 uint64_t NextInstAddress; member in class:llvm::MCTextAtom
158 : MCAtom(TextAtom, P, Begin, End), NextInstAddress(Begin) {}

Completed in 107 milliseconds