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

/external/llvm/include/llvm/MC/
H A DMCAtom.h35 typedef enum { TextAtom, DataAtom } AtomType; typedef in class:llvm::MCAtom
37 AtomType Type;
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E)
/external/chromium/chrome/browser/chromeos/
H A Dwm_ipc.h28 enum AtomType { enum in class:chromeos::WmIpc
135 std::map<AtomType, Atom> type_to_atom_;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h118 // (AtomType type) of data, and an encoding form (form). In the case of
127 enum AtomType { enum in class:llvm::DwarfAccelTable
150 AtomType type; // enum AtomType
153 Atom(AtomType type, uint16_t form) : type(type), form(form) {}
154 static const char * AtomTypeString(enum AtomType);

Completed in 260 milliseconds