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

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAtom.cpp48 MCAtom *RightAtom = Parent->createAtom(Type, RightBegin, RightEnd); local
57 std::copy(I, Data.end(), RightAtom->Data.end());
68 std::copy(I, Text.end(), RightAtom->Text.end());
73 return RightAtom;

Completed in 122 milliseconds