Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h328 static constexpr Atom Atoms[] = { variable
347 static constexpr Atom Atoms[] = { variable
365 static constexpr Atom Atoms[] = { variable
390 static constexpr Atom Atoms[] = { variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp148 const SmallVector<Atom, 4> Atoms; member
169 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter()
541 ArrayRef<AppleAccelTableData::Atom> Atoms) { in emitAppleAccelTableImpl()
616 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[]; member in AppleAccelTableTypeData
617 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[]; member in AppleAccelTableOffsetData
618 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[]; member in AppleAccelTableStaticOffsetData
619 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[]; member in AppleAccelTableStaticTypeData
/netbsd/external/bsd/nvi/dist/motif/
H A Dm_cde.c48 } Atoms[] = { variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h100 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member