Searched defs:MCAtom (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAtom.h1 //===-- llvm/MC/MCAtom.h - MCAtom class ---------------------*- C++ -*-===//
10 // This file contains the declaration of the MCAtom class, which is used to
27 /// MCData - An entry in a data MCAtom.
31 /// MCAtom - Represents a contiguous range of either instructions (a TextAtom)
33 class MCAtom { class in namespace:llvm
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E) function in class:llvm::MCAtom
58 MCAtom *split(uint64_t SplitPt);

Completed in 168 milliseconds