Home
last modified time | relevance | path

Searched refs:Atoms (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h299 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/
DAccelTable.cpp149 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/
DDwarfAccelTable.h143 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()
DDwarfAccelTable.cpp129 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/
DDWARFAcceleratorTable.cpp43 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/
DDWARFAcceleratorTable.cpp75 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/
DDWARFAcceleratorTable.h35 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dbasic-lto-linking-x86.test212 CHECK-NEXT: Atoms [
305 CHECK-NEXT: Atoms [
361 CHECK-NEXT: Atoms [
382 CHECK-NEXT: Atoms [
Dobjc.test24 CHECK-NEXT: Atoms [
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model.
Dbypass-slow-division-tune.ll7 ; Verify that div32 is bypassed only for Atoms.
/external/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll11 ; 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/
DDWARFAcceleratorTable.h101 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member
/external/llvm/docs/
DSourceLevelDebugging.rst1077 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/
Dexpressions.rst55 Atoms chapter
60 Atoms are the most basic elements of expressions. The simplest atoms are
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst1133 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/
Dexpressions.rst48 Atoms chapter
53 Atoms are the most basic elements of expressions. The simplest atoms are