Searched refs:AtomType (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCAtom.h | 35 typedef enum { TextAtom, DataAtom } AtomType; typedef 37 AtomType Type; 45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E) in MCAtom()
|
D | MCModule.h | 52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.h | 127 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);
|
D | DwarfAccelTable.cpp | 27 const char *DwarfAccelTable::Atom::AtomTypeString(enum AtomType AT) { in AtomTypeString()
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_ipc.h | 28 enum AtomType { enum 135 std::map<AtomType, Atom> type_to_atom_;
|
D | wm_ipc.cc | 24 WmIpc::AtomType atom;
|
/external/llvm/lib/MC/ |
D | MCModule.cpp | 15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, in createAtom()
|