Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfAccelTable.h125 struct Atom { struct
126 uint16_t type; // enum AtomType argument
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form) in Atom() function
143 SmallVector<Atom, 3> Atoms; argument
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp62 for (const auto &Atom: HdrData.Atoms) { in dump() local
118 for (auto &Atom : AtomForms) { in dump() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDHashedNameToDIE.h207 struct Atom struct
209 uint16_t type;
210 dw_form_t form;
213 type (t), in type()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCAssembler.h85 const MCSymbol *Atom; variable