/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.h | 125 struct Atom { struct 126 uint16_t type; // enum AtomType argument 129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form) in Atom() function 143 SmallVector<Atom, 3> Atoms; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 228 struct Atom { struct 234 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument 242 // static constexpr Atom Atoms[]; argument
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 62 for (const auto &Atom: HdrData.Atoms) { in dump() local 118 for (auto &Atom : AtomForms) { in dump() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 28 struct Atom { struct 29 unsigned Value; 40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom() 96 for (auto Atom : getAtomsDesc()) { in validateForms() local 120 for (auto Atom : getAtomsDesc()) { in readAtoms() local 185 for (auto &Atom : AtomForms) { in dumpName() local 217 for (const auto &Atom : HdrData.Atoms) { in dump() local 263 for (const auto &Atom : HdrData.Atoms) in Entry() local 272 for (auto &Atom : Values) in extract() local
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCModule.cpp | 31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { in remap()
|
/external/perfetto/src/trace_processor/ |
D | ftrace_utils.h | 39 enum Atom : uint16_t { enum
|
/external/llvm/include/llvm/MC/ |
D | MCFragment.h | 68 const MCSymbol *Atom; variable
|
/external/minijail/tools/ |
D | parser.py | 171 Atom = collections.namedtuple('Atom', ['argument_index', 'op', 'value']) variable
|
D | bpf.py | 315 class Atom(AbstractBlock): class
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 117 using Atom = AppleAccelTableData::Atom; typedef in __anon41ef894b0311::AppleAccelTableWriter 647 for (auto Atom : Atoms) in print() local
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 616 class Atom; variable 620 friend class Atom; variable
|
D | mkvparser.cc | 3424 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 616 class Atom; variable 620 friend class Atom; variable
|
D | mkvparser.cc | 3424 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 616 class Atom; variable 620 friend class Atom; variable
|
D | mkvparser.cc | 3424 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCFragment.h | 67 const MCSymbol *Atom; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 574 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAssembler.h | 68 MCSymbolData *Atom; variable
|
/external/python/cpython3/Lib/email/ |
D | _header_value_parser.py | 200 class Atom(TokenList): class
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 839 TextElement TextElement::Atom(RegExpAtom* atom) { in Atom() function in v8::internal::TextElement
|