Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h237 struct Atom { struct
243 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() function
251 // static constexpr Atom Atoms[]; argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp27 struct Atom { struct
28 unsigned Value;
39 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()
108 for (auto Atom : getAtomsDesc()) { in validateForms() local
131 for (auto Atom : getAtomsDesc()) { in readAtoms() local
195 for (auto &Atom : AtomForms) { in dumpName() local
228 for (const auto &Atom : HdrData.Atoms) { in dump() local
273 for (const auto &Atom : Table.HdrData.Atoms) in Entry() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp104 using Atom = AppleAccelTableData::Atom; typedef in __anon2660ec280311::AppleAccelTableWriter
770 for (auto Atom : Atoms) in print() local
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp749 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()