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

  /external/llvm/lib/MC/
MCAtom.cpp 28 uint64_t &LBegin, uint64_t &LEnd,
34 LBegin = Begin;
40 remap(LBegin, LEnd);
58 uint64_t LBegin, LEnd, RBegin, REnd;
59 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
64 std::vector<MCData>::iterator I = Data.begin() + (RBegin - LBegin);
95 uint64_t LBegin, LEnd, RBegin, REnd;
96 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
  /external/llvm/include/llvm/MC/
MCAtom.h 99 uint64_t &LBegin, uint64_t &LEnd,

Completed in 587 milliseconds