Searched refs:DebugLocEntry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h1 //===-- llvm/CodeGen/DebugLocEntry.h - Entry in debug_loc list -*- C++ -*--===//
122 class DebugLocEntry { class in namespace:llvm
135 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, function in class:llvm::DebugLocEntry
141 /// Attempt to merge this DebugLocEntry with Next and return
145 bool MergeRanges(const DebugLocEntry &Next) {
H A DDwarfDebug.h18 #include "DebugLocEntry.h"
314 /// Collection of DebugLocEntry. Stored in a linked list so that DIELocLists
596 SmallVectorImpl<DebugLocEntry> &DebugLoc,
H A DDwarfDebug.cpp16 #include "DebugLocEntry.h"
1646 SmallVectorImpl<DebugLocEntry> &DebugLoc,
1841 SmallVector<DebugLocEntry, 8> Entries;
2522 void DebugLocEntry::finalize(const AsmPrinter &AP,

Completed in 107 milliseconds