Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAccelTable.h224 struct Atom { struct
230 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
238 // static constexpr Atom Atoms[]; argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h72 struct Atom { struct
73 AtomType type; argument
78 typedef std::vector<Atom> AtomArray; argument
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp27 struct Atom { struct
28 unsigned Value;
39 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()
95 for (auto Atom : getAtomsDesc()) { in validateForms() local
119 for (auto Atom : getAtomsDesc()) { in readAtoms() local
184 for (auto &Atom : AtomForms) { in dumpName() local
216 for (const auto &Atom : HdrData.Atoms) { in dump() local
262 for (const auto &Atom : HdrData.Atoms) in Entry() local
271 for (auto &Atom : Values) in extract() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp115 using Atom = AppleAccelTableData::Atom; typedef in __anon37a7c1240311::AppleAccelTableWriter
636 for (auto Atom : Atoms) in print() local
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCFragment.h58 const MCSymbol *Atom; variable
/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DDwarf.cpp673 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()