HomeSort by relevance Sort by last modified time
    Searched defs:AtomType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCAtom.h 35 typedef enum { TextAtom, DataAtom } AtomType;
37 AtomType Type;
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E)
  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 28 enum AtomType {
135 std::map<AtomType, Atom> type_to_atom_;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 118 // (AtomType type) of data, and an encoding form (form). In the case of
127 enum AtomType {
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 803 milliseconds