Lines Matching full:begin
22 uint64_t Begin = NewAtom->Begin;
24 assert(Begin <= NewAtom->End && "Creating MCAtom with endpoints reversed?");
28 Begin, AtomComp);
36 MCTextAtom *MCModule::createTextAtom(uint64_t Begin, uint64_t End) {
37 MCTextAtom *NewAtom = new MCTextAtom(this, Begin, End);
42 MCDataAtom *MCModule::createDataAtom(uint64_t Begin, uint64_t End) {
43 MCDataAtom *NewAtom = new MCDataAtom(this, Begin, End);
52 Atom->Begin, AtomComp);
63 Atom->Begin = NewBegin;