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

/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCAtom.h1 //===-- MCAtom.h ------------------------------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCAtom class, which is used to
28 class MCAtom;
34 class MCAtom { class in namespace:llvm
37 virtual ~MCAtom() {}
55 virtual MCAtom *split(uint64_t SplitPt) = 0;
78 MCAtom(AtomKind K, MCModule *P, uint64_t B, uint64_t E) function in class:llvm::MCAtom
123 class MCTextAtom : public MCAtom {
153 static bool classof(const MCAtom *A) { return A->getKind() == TextAtom; }
158 : MCAtom(TextAto
[all...]

Completed in 1174 milliseconds