Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCModule.h52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
/external/swiftshader/third_party/LLVM/lib/MC/
DMCModule.cpp15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, in createAtom() function in MCModule
DMCAtom.cpp48 MCAtom *RightAtom = Parent->createAtom(Type, RightBegin, RightEnd); in split()