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

/external/llvm/unittests/MC/
H A DMCAtomTest.cpp19 MCDataAtom *Atom = M.createDataAtom(0, 0); local
20 EXPECT_EQ(uint64_t(0), Atom->getEndAddr());
21 Atom->addData(0);
22 EXPECT_EQ(uint64_t(0), Atom->getEndAddr());
23 Atom->addData(1);
24 EXPECT_EQ(uint64_t(1), Atom->getEndAddr());
25 Atom->addData(2);
26 EXPECT_EQ(uint64_t(2), Atom->getEndAddr());
27 EXPECT_EQ(size_t(3), Atom->getData().size());
/external/llvm/lib/MC/MCAnalysis/
H A DMCModule.cpp54 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { argument
57 Atom->Begin, AtomComp);
58 assert(I != atom_end() && "Atom offset not found in module!");
59 assert(*I == Atom && "Previous atom mapping was invalid!");
62 // FIXME: special case NewBegin == Atom->Begin
67 assert((NewI == atom_end() || (*NewI)->getBeginAddr() > Atom->End)
69 Atoms.insert(NewI, Atom);
72 Atom->Begin = NewBegin;
73 Atom->End = NewEnd;
108 static bool CompBBToAtom(MCBasicBlock *BB, const MCTextAtom *Atom) { argument
124 trackBBForAtom(const MCTextAtom *Atom, MCBasicBlock *BB) argument
[all...]
H A DMCModuleYAML.cpp99 struct Atom { struct in namespace:llvm::MCModuleYAML
120 std::vector<Atom> Atoms;
130 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MCModuleYAML::Atom)
142 template <> struct MappingTraits<MCModuleYAML::Atom> {
143 static void mapping(IO &IO, MCModuleYAML::Atom &A);
182 void MappingTraits<MCModuleYAML::Atom>::mapping(IO &IO, MCModuleYAML::Atom &A) {
311 MCModuleYAML::Atom &A = YAMLModule.Atoms.back();
360 typedef std::vector<MCModuleYAML::Atom>::const_iterator AtomIt;
H A DMCObjectDisassembler.cpp159 MCTextAtom *Atom; member in struct:__anon25875::BBInfo
165 BBInfo() : Atom(nullptr), BB(nullptr) {}
207 BBInfos[TA->getBeginAddr()].Atom = TA;
233 BBInfos[NewAtom->getBeginAddr()].Atom = NewAtom;
262 if (!BBI.Atom) continue;
264 MCFunction &MCFN = *Module->createFunction(BBI.Atom->getName());
271 if (!BBI->Atom)
273 BBI->BB = &MCFN.createBlock(*BBI->Atom);
330 MCTextAtom *&TA = BBI->Atom;
345 if (It != BBInfos.end() && It->second.Atom) {
[all...]
/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, 1> Atoms;
145 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
247 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h84 } Atom; member in union:__anon32441::__anon32442
/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/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvproto.h64 #define Atom CARD32 macro
321 Atom attribute B32;
331 Atom attribute B32;
585 Atom attribute B32;
601 #undef Atom macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp3940 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const {
3964 Atom& a = m_atoms[--m_atoms_count];
3989 if (id == 0x36) { // Atom ID
4009 Atom& a = m_atoms[m_atoms_count++];
4021 Atom* const atoms = new (std::nothrow) Atom[size];
4037 Chapters::Atom::Atom() {} function in class:mkvparser::Chapters::Atom
4039 Chapters::Atom::~Atom() {}
[all...]
H A Dmkvparser.hpp482 class Atom;
486 friend class Atom;
508 class Atom { class in class:mkvparser::Chapters
510 Atom();
511 Atom(const Atom&);
512 ~Atom();
513 Atom& operator=(const Atom&);
530 void ShallowCopy(Atom
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4398 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const
4430 Atom& a = m_atoms[--m_atoms_count];
4465 if (id == 0x36) // Atom ID
4490 Atom& a = m_atoms[m_atoms_count++];
4504 Atom* const atoms = new (std::nothrow) Atom[size];
4522 Chapters::Atom::Atom() function in class:mkvparser::Chapters::Atom
4527 Chapters::Atom::~Atom()
[all...]
H A Dmkvparser.hpp562 class Atom;
567 friend class Atom;
587 class Atom class in class:mkvparser::Chapters
590 Atom();
591 Atom(const Atom&);
592 ~Atom();
593 Atom& operator=(const Atom&);
608 void ShallowCopy(Atom
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp3942 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const {
3966 Atom& a = m_atoms[--m_atoms_count];
3991 if (id == 0x36) { // Atom ID
4011 Atom& a = m_atoms[m_atoms_count++];
4023 Atom* const atoms = new (std::nothrow) Atom[size];
4039 Chapters::Atom::Atom() {} function in class:mkvparser::Chapters::Atom
4041 Chapters::Atom::~Atom() {}
[all...]
H A Dmkvparser.hpp482 class Atom;
486 friend class Atom;
508 class Atom { class in class:mkvparser::Chapters
510 Atom();
511 Atom(const Atom&);
512 ~Atom();
513 Atom& operator=(const Atom&);
530 void ShallowCopy(Atom
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py1508 if isinstance(obj, Atom):
1746 (not isinstance(item, Atom) or not item.is_colon)
1794 class Atom(object): class in inherits:object
1918 if isinstance(item, Atom):
1941 (len(self._items) != 3 or not isinstance(next_item, Atom))
1951 next_next_item and (not isinstance(next_next_item, Atom) or
2091 items = [Atom(Token(*tokens[index]))]
2110 items.append(Atom(tok))
2139 items.append(Atom(tok))
2172 parsed_tokens.append(Atom(to
[all...]
/external/llvm/include/llvm/MC/
H A DMCAssembler.h70 /// Atom - The atom this fragment is in, as represented by it's defining
72 MCSymbolData *Atom; member in class:llvm::MCFragment
101 MCSymbolData *getAtom() const { return Atom; }
102 void setAtom(MCSymbolData *Value) { Atom = Value; }
/external/chromium_org/v8/src/
H A Djsregexp.cc242 // RegExp Atom implementation: Simple string search using indexOf.
898 text->AddElement(TextElement::Atom(this), zone);
913 TextElement TextElement::Atom(RegExpAtom* atom) { function in class:v8::internal::TextElement
4735 elms->Add(TextElement::Atom(this), compiler->zone());

Completed in 392 milliseconds