Searched defs:Atom (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h125 struct Atom { struct in class:llvm::DwarfAccelTable
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form) function in struct:llvm::DwarfAccelTable::Atom
143 SmallVector<Atom, 3> Atoms;
145 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
246 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_tytypes.h84 } Atom; member in union:__anon18711::__anon18712
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h207 struct Atom struct in struct:DWARFMappedHash
212 Atom (uint16_t t = eAtomTypeNULL, dw_form_t f = 0) : function in struct:DWARFMappedHash::Atom
219 typedef std::vector<Atom> AtomArray;
293 atoms.push_back (Atom(type, form));
385 // Add an extra count to the atoms size for the zero termination Atom that gets
387 return sizeof(die_base_offset) + sizeof(uint32_t) + atoms.size() * sizeof(Atom);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp3329 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const {
3353 Atom& a = m_atoms[--m_atoms_count];
3400 Atom& a = m_atoms[m_atoms_count++];
3412 Atom* const atoms = new (std::nothrow) Atom[size];
3428 Chapters::Atom::Atom() {} function in class:Chapters::Atom
3430 Chapters::Atom::~Atom() {}
3432 unsigned long long Chapters::Atom
[all...]
H A Dmkvparser.hpp496 class Atom;
500 friend class Atom;
522 class Atom { class in class:mkvparser::Chapters
524 Atom();
525 Atom(const Atom&);
526 ~Atom();
527 Atom& operator=(const Atom&);
544 void ShallowCopy(Atom
[all...]
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc3328 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const {
3352 Atom& a = m_atoms[--m_atoms_count];
3399 Atom& a = m_atoms[m_atoms_count++];
3411 Atom* const atoms = new (std::nothrow) Atom[size];
3427 Chapters::Atom::Atom() {} function in class:Chapters::Atom
3429 Chapters::Atom::~Atom() {}
3431 unsigned long long Chapters::Atom
[all...]
H A Dmkvparser.h583 class Atom;
587 friend class Atom;
609 class Atom { class in class:mkvparser::Chapters
611 Atom();
612 Atom(const Atom&);
613 ~Atom();
614 Atom& operator=(const Atom&);
631 void ShallowCopy(Atom
[all...]
/external/llvm/include/llvm/MC/
H A DMCAssembler.h77 /// Atom - The atom this fragment is in, as represented by it's defining
79 const MCSymbol *Atom; member in class:llvm::MCFragment
115 const MCSymbol *getAtom() const { return Atom; }
116 void setAtom(const MCSymbol *Value) { Atom = Value; }
/external/v8/src/regexp/
H A Djsregexp.cc212 // RegExp Atom implementation: Simple string search using indexOf.
873 text->AddElement(TextElement::Atom(this), zone);
888 TextElement TextElement::Atom(RegExpAtom* atom) { function in class:v8::internal::TextElement
4787 elms->Add(TextElement::Atom(this), compiler->zone());

Completed in 219 milliseconds