Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h226 struct Atom { struct
232 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
240 // static constexpr Atom Atoms[]; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp28 struct Atom { struct
29 unsigned Value;
40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()
96 for (auto Atom : getAtomsDesc()) { in validateForms() local
120 for (auto Atom : getAtomsDesc()) { in readAtoms() local
185 for (auto &Atom : AtomForms) { in dumpName() local
217 for (const auto &Atom : HdrData.Atoms) { in dump() local
263 for (const auto &Atom : HdrData.Atoms) in Entry() local
272 for (auto &Atom : Values) in extract() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp116 using Atom = AppleAccelTableData::Atom; typedef in __anon66e006530311::AppleAccelTableWriter
637 for (auto Atom : Atoms) in print() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h59 const MCSymbol *Atom; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d1322 alias Atom = Algebraic!(string, This[]); variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DDwarf.cpp672 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d1439 alias Atom = Algebraic!(string, This[]); variable