Searched defs:Atom (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DAtom.h29 class Atom { class in namespace:lld
66 explicit Atom(Definition def) : _definition(def) {} function in class:lld::Atom
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h72 struct Atom { struct
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h225 struct Atom { struct in class:llvm::AppleAccelTableData
231 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} function in struct:llvm::AppleAccelTableData::Atom
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp28 struct Atom { struct in namespace:__anon3616
40 static Atom formatAtom(unsigned Atom) { return {Atom}; } argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h57 const MCSymbol *Atom; member in class:llvm::MCFragment
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp655 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { argument

Completed in 188 milliseconds