Home
last modified time | relevance | path

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

/freebsd-src/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
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp27 struct Atom { struct
39 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom() argument
108 for (auto Atom : getAtomsDesc()) { in validateForms() local
131 for (auto Atom : getAtomsDesc()) { in readAtoms() local
28 Value__anon092c34280111::Atom global() argument
195 for (auto &Atom : AtomForms) { dumpName() local
228 for (const auto &Atom : HdrData.Atoms) { dump() local
273 for (const auto &Atom : Table.HdrData.Atoms) Entry() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h34 enum class Atom : unsigned {}; enum
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp116 const MCSymbol *Atom = nullptr; flushPendingLabels() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp116 using Atom = AppleAccelTableData::Atom; global() typedef in __anonf9eed33a0311::AppleAccelTableWriter
808 for (auto Atom : Atoms) print() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h58 const MCSymbol *Atom; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp707 AtomValueString(uint16_t Atom,unsigned Val) AtomValueString() argument