Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp136 const SmallVector<Atom, 4> Atoms; member
157 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter()
638 ArrayRef<AppleAccelTableData::Atom> Atoms) { in emitAppleAccelTableImpl()
749 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[]; member in AppleAccelTableTypeData
750 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[]; member in AppleAccelTableOffsetData
751 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[]; member in AppleAccelTableStaticOffsetData
752 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[]; member in AppleAccelTableStaticTypeData
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h40 SmallVector<const MCSymbol *, 0> Atoms; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp243 static void printAtomList(const llvm::SmallVector<Atom> &Atoms, in printAtomList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h117 SmallVector<std::pair<AtomType, Form>, 3> Atoms; member