Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.cpp242 printAtomList(const llvm::SmallVector<Atom> & Atoms,llvm::raw_ostream & OS) printAtomList() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp148 const SmallVector<Atom, 4> Atoms; global() member
169 AppleAccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,ArrayRef<Atom> Atoms,const MCSymbol * SecBegin) AppleAccelTableWriter() argument
676 emitAppleAccelTableImpl(AsmPrinter * Asm,AccelTableBase & Contents,StringRef Prefix,const MCSymbol * SecBegin,ArrayRef<AppleAccelTableData::Atom> Atoms) emitAppleAccelTableImpl() argument
787 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[]; global() member in AppleAccelTableTypeData
788 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[]; global() member in AppleAccelTableOffsetData
789 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[]; global() member in AppleAccelTableStaticOffsetData
790 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[]; global() member in AppleAccelTableStaticTypeData
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h109 SmallVector<std::pair<AtomType, Form>, 3> Atoms; global() member