| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 224 struct Atom { struct 230 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() function 295 ArrayRef<AppleAccelTableData::Atom> Atoms); 326 static constexpr Atom Atoms[] = { 327 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4)}; 345 static constexpr Atom Atoms[] = { 346 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4), 347 Atom(dwarf::DW_ATOM_die_tag, dwarf::DW_FORM_data2), 348 Atom(dwarf::DW_ATOM_type_flags, dwarf::DW_FORM_data1)}; 363 static constexpr Atom Atoms[] = { [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 27 struct Atom { struct 31 static raw_ostream &operator<<(raw_ostream &OS, const Atom &A) { in operator <<() 39 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom() argument 95 for (auto Atom : getAtomsDesc()) { in validateForms() local 96 DWARFFormValue FormValue(Atom.second); in validateForms() 97 switch (Atom.first) { in validateForms() 119 for (auto Atom : getAtomsDesc()) { in readAtoms() local 120 DWARFFormValue FormValue(Atom.second); in readAtoms() 122 switch (Atom.first) { in readAtoms() 184 for (auto &Atom : AtomForms) { in dumpName() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 115 using Atom = AppleAccelTableData::Atom; typedef in __anonae21389f0311::AppleAccelTableWriter 147 const SmallVector<Atom, 4> Atoms; 149 HeaderData(ArrayRef<Atom> AtomList, uint32_t Offset = 0) in HeaderData() 168 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() 297 for (const Atom &A : Atoms) { in emit() 540 ArrayRef<AppleAccelTableData::Atom> Atoms) { in emitAppleAccelTableImpl() 615 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[]; 616 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[]; 617 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[]; 618 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[]; [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | HashedNameToDIE.h | 72 struct Atom { struct 78 typedef std::vector<Atom> AtomArray; argument
|
| H A D | HashedNameToDIE.cpp | 241 atoms.size() * sizeof(Atom); in GetByteSize()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | DebugSupport.cpp | 221 std::string getAtomName(const AtomicBoolValue *Atom) { in getAtomName() argument 222 auto Entry = AtomNames.try_emplace(Atom, formatv("B{0}", Counter)); in getAtomName()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 58 const MCSymbol *Atom; variable 98 const MCSymbol *getAtom() const { return Atom; } in getAtom() 99 void setAtom(const MCSymbol *Value) { Atom = Value; } in setAtom()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 656 StringRef AtomTypeString(unsigned Atom); 790 StringRef AtomValueString(uint16_t Atom, unsigned Val);
|
| /openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
| H A D | Dwarf.cpp | 673 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString() argument 674 switch (Atom) { in AtomValueString()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ScheduleAtom.td | 1 //===- X86ScheduleAtom.td - X86 Atom Scheduling Definitions -*- tablegen -*-==// 9 // This file defines the schedule class data for the Intel Atom 18 // Atom machine model. 25 // On the Atom, the throughput for taken branches is 2 cycles. For small
|
| H A D | X86.td | 443 … "Use LEA for adjusting the stack pointer (this is an optimization for Intel Atom processors)">; 671 def ProcIntelAtom : SubtargetFeature<"", "IsAtom", "true", "Is Intel Atom processor">; 965 // Atom 1477 // Atom CPUs.
|
| H A D | README.txt | 1342 The second one is done for: Atom, Pentium Pro, all AMDs, Pentium 4, Nocona,
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.synology | 21 Armada (ARMv5tel, ARMv7l), Intel Atom (i686, x86_64), Freescale QorIQ 38 H.Merijn Brand (DS213: ARMv5tel, RS815: Intel Atom x64, and DS218+:
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 260 : Parent(Parent), Atom(nullptr), Offset(~UINT64_C(0)), LayoutOrder(0), in MCFragment()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 138 std::optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const;
|
| /openbsd-src/sys/dev/pci/ |
| H A D | pcidevs | 3726 product INTEL D2000_IGD 0x0be1 Atom D2000/N2000 Video 3741 product INTEL D2000_HB_2 0x0bf1 Atom D2000/N2000 Host 3742 product INTEL D2000_HB_3 0x0bf2 Atom D2000/N2000 Host 3743 product INTEL D2000_HB_4 0x0bf3 Atom D2000/N2000 Host 3744 product INTEL D2000_HB 0x0bf5 Atom D2000/N2000 Host 3767 product INTEL ATOM_S1200_PCIE_1 0x0c46 Atom S1200 PCIE 3768 product INTEL ATOM_S1200_PCIE_2 0x0c47 Atom S1200 PCIE 3769 product INTEL ATOM_S1200_PCIE_3 0x0c48 Atom S1200 PCIE 3770 product INTEL ATOM_S1200_PCIE_4 0x0c49 Atom S1200 PCIE 3771 product INTEL ATOM_S1200_MEI 0x0c54 Atom S120 [all...] |
| /openbsd-src/sys/arch/amd64/conf/ |
| H A D | files.amd64 | 169 # Intel Atom E600 LPC bridge
|
| H A D | GENERIC | 116 tcpcib* at pci? # Intel Atom E600 LPC bridge
|
| /openbsd-src/sys/arch/i386/conf/ |
| H A D | files.i386 | 162 # Intel Atom E600 LPC bridge
|
| H A D | GENERIC | 88 tcpcib* at pci? # Intel Atom E600 LPC bridge
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 1793 struct Atom 1800 encoding of the data for the Atom type. See the DWARF specification for the 1815 what is contained in each ``HashData`` object -- ``Atom.form`` tells us how large 1816 each field will be in the ``HashData`` and the ``Atom.type`` tells us how this data 1821 the "``.apple_namespaces``" (all namespaces), we currently set the ``Atom``
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 374 The Split-Atom Blues
|