Home
last modified time | relevance | path

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

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