/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 299 ArrayRef<AppleAccelTableData::Atom> Atoms); 308 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms); in emitAppleAccelTable() 332 static constexpr Atom Atoms[] = { variable 336 static const SmallVector<Atom, 4> Atoms; variable 357 static constexpr Atom Atoms[] = { variable 363 static const SmallVector<Atom, 4> Atoms; variable 381 static constexpr Atom Atoms[] = { variable 385 static const SmallVector<Atom, 4> Atoms; variable 412 static constexpr Atom Atoms[] = { variable 418 static const SmallVector<Atom, 4> Atoms; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 149 const SmallVector<Atom, 4> Atoms; member 152 : DieOffsetBase(Offset), Atoms(AtomList.begin(), AtomList.end()) {} in HeaderData() 170 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() argument 173 8 + (Atoms.size() * 4)), in AppleAccelTableWriter() 174 HeaderData(Atoms), SecBegin(SecBegin) {} in AppleAccelTableWriter() 299 Asm->emitInt32(Atoms.size()); in emit() 301 for (const Atom &A : Atoms) { in emit() 547 ArrayRef<AppleAccelTableData::Atom> Atoms) { in emitAppleAccelTableImpl() argument 549 AppleAccelTableWriter(Asm, Contents, Atoms, SecBegin).emit(); in emitAppleAccelTableImpl() 608 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[]; member in AppleAccelTableTypeData [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.h | 143 SmallVector<Atom, 3> Atoms; member 146 : die_offset_base(offset), Atoms(AtomList.begin(), AtomList.end()) {} in die_offset_base() 151 for (size_t i = 0; i < Atoms.size(); i++) in print() 152 Atoms[i].print(O); in print()
|
D | DwarfAccelTable.cpp | 129 Asm->EmitInt32(HeaderData.Atoms.size()); in EmitHeader() 130 for (size_t i = 0; i < HeaderData.Atoms.size(); i++) { in EmitHeader() 131 Atom A = HeaderData.Atoms[i]; in EmitHeader() 229 if (HeaderData.Atoms.size() > 1) { in EmitData()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 43 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract() 58 << "Number of atoms = " << HdrData.Atoms.size() << '\n'; in dump() 62 for (const auto &Atom: HdrData.Atoms) { in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 75 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract() 92 return HdrData.Atoms; in getAtomsDesc() 190 StringRef Str = dwarf::AtomValueString(HdrData.Atoms[i].first, *Val); in dumpName() 212 W.printNumber("Number of atoms", uint64_t(HdrData.Atoms.size())); in dump() 217 for (const auto &Atom : HdrData.Atoms) { in dump() 262 Values.reserve(HdrData.Atoms.size()); in Entry() 263 for (const auto &Atom : HdrData.Atoms) in Entry() 279 assert(HdrData->Atoms.size() == Values.size()); in lookup() 280 for (const auto &Tuple : zip_first(HdrData->Atoms, Values)) { in lookup()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 35 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | basic-lto-linking-x86.test | 212 CHECK-NEXT: Atoms [ 305 CHECK-NEXT: Atoms [ 361 CHECK-NEXT: Atoms [ 382 CHECK-NEXT: Atoms [
|
D | objc.test | 24 CHECK-NEXT: Atoms [
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | stack-update-frame-opcode.ll | 11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model.
|
D | bypass-slow-division-tune.ll | 7 ; Verify that div32 is bypassed only for Atoms.
|
/external/llvm/test/CodeGen/X86/ |
D | stack-update-frame-opcode.ll | 11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 101 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 1077 Atoms, that are contained in the data for each name. First comes the type of 1124 Atoms atoms[atom_count0];
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 55 Atoms chapter 60 Atoms are the most basic elements of expressions. The simplest atoms are
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | SourceLevelDebugging.rst | 1133 Atoms, that are contained in the data for each name. First comes the type of 1180 Atoms atoms[atom_count0];
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 48 Atoms chapter 53 Atoms are the most basic elements of expressions. The simplest atoms are
|