Home
last modified time | relevance | path

Searched defs:Atom (Results 1 – 8 of 8) 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() argument
251 // static constexpr Atom Atoms[]; argument
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp19 const llvm::DenseMap<Atom, const Formula *> &Substitutions, in substitute()
57 for (Atom Atom : Atoms) in projectToLeaders() local
/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/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h34 enum class Atom : unsigned {}; enum
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp116 const MCSymbol *Atom = nullptr; in flushPendingLabels() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp116 using Atom = AppleAccelTableData::Atom; typedef in __anonb3ca35f00311::AppleAccelTableWriter
808 for (auto Atom : Atoms) in print() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h58 const MCSymbol *Atom; variable
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp707 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()