Home
last modified time | relevance | path

Searched refs:AtomType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAtom.h35 typedef enum { TextAtom, DataAtom } AtomType; typedef
37 AtomType Type;
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E) in MCAtom()
DMCModule.h52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h127 enum AtomType { enum
150 AtomType type; // enum AtomType
153 Atom(AtomType type, uint16_t form) : type(type), form(form) {} in Atom()
154 static const char * AtomTypeString(enum AtomType);
DDwarfAccelTable.cpp27 const char *DwarfAccelTable::Atom::AtomTypeString(enum AtomType AT) { in AtomTypeString()
/external/chromium/chrome/browser/chromeos/
Dwm_ipc.h28 enum AtomType { enum
135 std::map<AtomType, Atom> type_to_atom_;
Dwm_ipc.cc24 WmIpc::AtomType atom;
/external/llvm/lib/MC/
DMCModule.cpp15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, in createAtom()