Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAccelTable.h225 struct Atom { struct
231 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
239 // static constexpr Atom Atoms[]; argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDHashedNameToDIE.h72 struct Atom { struct
73 AtomType type; argument
78 typedef std::vector<Atom> AtomArray; argument
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDCompactUnwindPass.cpp362 std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in collectCompactUnwindEntries()
431 std::map<const Atom *, const Atom *> &dwarfFrames) { in collectDwarfFrameEntries()
451 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in createUnwindInfoEntries()
483 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in pruneUnusedEHFrames()
525 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in finalizeUnwindInfoEntryForAtom()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp28 struct Atom { struct
29 unsigned Value;
40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()
96 for (auto Atom : getAtomsDesc()) { in validateForms() local
120 for (auto Atom : getAtomsDesc()) { in readAtoms() local
185 for (auto &Atom : AtomForms) { in dumpName() local
217 for (const auto &Atom : HdrData.Atoms) { in dump() local
263 for (const auto &Atom : HdrData.Atoms) in Entry() local
272 for (auto &Atom : Values) in extract() local
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
HDResolver.h27 class Atom; variable
HDSymbolTable.h22 class Atom; variable
HDAtom.h66 explicit Atom(Definition def) : _definition(def) {} in Atom() function
HDReference.h16 class Atom; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAccelTable.cpp116 using Atom = AppleAccelTableData::Atom; typedef in __anon5eebe65f0311::AppleAccelTableWriter
638 for (auto Atom : Atoms) in print() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCFragment.h57 const MCSymbol *Atom; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDDwarf.cpp638 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()