Home
last modified time | relevance | path

Searched defs:Atoms (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp53 projectToLeaders(const llvm::DenseSet<Atom> &Atoms, in projectToLeaders()
161 llvm::SmallVector<Atom> Atoms = in simplifyConstraints() local
H A DDataflowAnalysisContext.cpp243 static void printAtomList(const llvm::SmallVector<Atom> &Atoms, in printAtomList()
/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h40 SmallVector<const MCSymbol *, 0> Atoms; variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp136 const SmallVector<Atom, 4> Atoms; global() member
157 AppleAccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,ArrayRef<Atom> Atoms,const MCSymbol * SecBegin) AppleAccelTableWriter() argument
638 emitAppleAccelTableImpl(AsmPrinter * Asm,AccelTableBase & Contents,StringRef Prefix,const MCSymbol * SecBegin,ArrayRef<AppleAccelTableData::Atom> Atoms) emitAppleAccelTableImpl() argument
749 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[]; global() member in AppleAccelTableTypeData
750 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[]; global() member in AppleAccelTableOffsetData
751 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[]; global() member in AppleAccelTableStaticOffsetData
752 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[]; global() member in AppleAccelTableStaticTypeData
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h117 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member