Searched refs:AtomKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAtom.h37 enum AtomKind { TextAtom, DataAtom }; enum in class:llvm::MCAtom
38 AtomKind getKind() const { return Kind; }
70 const AtomKind Kind;
76 MCAtom(AtomKind K, MCModule *P, uint64_t B, uint64_t E)

Completed in 254 milliseconds