Home
last modified time | relevance | path

Searched defs:Atom (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h125 struct Atom { struct
126 uint16_t type; // enum AtomType argument
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form) in Atom() argument
143 SmallVector<Atom, 3> Atoms; argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp62 for (const auto &Atom: HdrData.Atoms) { in dump() local
118 for (auto &Atom : AtomForms) { in dump() local
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/
Dmain.m69 @interface Atom : NSObject { interface
83 @implementation Atom implementation
/external/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h207 struct Atom struct
209 uint16_t type;
210 dw_form_t form;
213 type (t), in type()
/external/valgrind/coregrind/m_debuginfo/
Dpriv_tytypes.h84 } Atom; member
/external/libvpx/libwebm/
Dmkvparser.hpp522 class Atom { class in mkvparser::Chapters
Dmkvparser.cpp3375 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp518 class Atom { class in mkvparser::Chapters
Dmkvparser.cpp3296 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
/external/llvm/include/llvm/MC/
DMCAssembler.h74 MCSymbolData *Atom; variable
/external/libvncserver/x11vnc/
Dnox11.h131 typedef unsigned long Atom; /* Also in Xdefs.h */ typedef
147 typedef CARD32 Atom; typedef
/external/v8/src/
Djsregexp.cc913 TextElement TextElement::Atom(RegExpAtom* atom) { in Atom() function in v8::internal::TextElement