Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Entry

28 /// variable/inlined-at pair, and an \a Entry for each \a DebugLocEntry.
41 struct Entry {
46 Entry(const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset,
54 SmallVector<Entry, 32> Entries;
72 /// \brief Start a new .debug_loc entry list.
74 /// Start a new .debug_loc entry list. Return the new list's index so it can
84 /// Finalize a .debug_loc entry list.
92 /// \brief Start a new .debug_loc entry.
95 /// entry.
100 /// Finalize a .debug_loc entry, deleting if it's empty.
108 ArrayRef<Entry> getEntries(const List &L) const {
114 ArrayRef<char> getBytes(const Entry &E) const {
119 ArrayRef<std::string> getComments(const Entry &E) const {
131 size_t getIndex(const Entry &E) const {
133 "Expected valid entry");
185 /// Finalize the entry, deleting it if it's empty.