Home
last modified time | relevance | path

Searched defs:Atoms (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAccelTable.h326 static constexpr Atom Atoms[] = { variable
345 static constexpr Atom Atoms[] = { variable
363 static constexpr Atom Atoms[] = { variable
388 static constexpr Atom Atoms[] = { variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp147 const SmallVector<Atom, 4> Atoms; member
168 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter()
540 ArrayRef<AppleAccelTableData::Atom> Atoms) { in emitAppleAccelTableImpl()
615 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[]; member in AppleAccelTableTypeData
616 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[]; member in AppleAccelTableOffsetData
617 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[]; member in AppleAccelTableStaticOffsetData
618 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[]; member in AppleAccelTableStaticTypeData
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h100 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member