Searched defs:Atoms (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | SimplifyConstraints.cpp | 53 projectToLeaders(const llvm::DenseSet<Atom> &Atoms, in projectToLeaders() 161 llvm::SmallVector<Atom> Atoms = in simplifyConstraints() local
|
H A D | DataflowAnalysisContext.cpp | 243 static void printAtomList(const llvm::SmallVector<Atom> &Atoms, in printAtomList()
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionMachO.h | 40 SmallVector<const MCSymbol *, 0> Atoms; variable
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 136 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 D | DWARFAcceleratorTable.h | 117 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member
|