Home
last modified time | relevance | path

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

/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
/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
/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__anon7bfd77290111::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...]
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m66 @interface Atom : NSObject { interface
80 @implementation Atom implementation
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h34 enum class Atom : unsigned {}; enum
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp104 using Atom = AppleAccelTableData::Atom; global() typedef in __anon6191a53b0311::AppleAccelTableWriter
770 for (auto Atom : Atoms) print() local
[all...]
/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp749 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()