HomeSort by relevance Sort by last modified time
    Searched refs:createTextAtom (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCModule.h 74 MCTextAtom *createTextAtom(uint64_t Begin, uint64_t End);
  /external/llvm/lib/MC/
MCModule.cpp 36 MCTextAtom *MCModule::createTextAtom(uint64_t Begin, uint64_t End) {
MCAtom.cpp 98 MCTextAtom *RightAtom = Parent->createTextAtom(RBegin, REnd);
MCObjectDisassembler.cpp 73 MCTextAtom *Text = Module->createTextAtom(StartAddr, EndAddr);

Completed in 160 milliseconds