Searched refs:createAtom (Results 1 – 3 of 3) sorted by relevance
52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, in createAtom() function in MCModule
48 MCAtom *RightAtom = Parent->createAtom(Type, RightBegin, RightEnd); in split()