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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 117 // is as a list of atoms (atom_count) where each atom contains a type
120 // used to describe the offset for all forms in the list of atoms.
126 // atom_count Atoms
169 SmallVector<Atom, 1> Atoms;
172 : die_offset_base(offset), Atoms(AtomList.begin(), AtomList.end()) { }
177 for (size_t i = 0; i < Atoms.size(); i++)
178 Atoms[i].print(O);
DwarfDebug.cpp     [all...]

Completed in 691 milliseconds