Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h183 class DebugLocEntry {
196 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, in DebugLocEntry() function
206 bool MergeRanges(const DebugLocEntry &Next) { in MergeRanges()
H A DDwarfDebug.h696 bool buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc,
H A DDwarfDebug.cpp1700 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
1939 SmallVector<DebugLocEntry, 8> Entries; in collectEntityInfo()
3169 void DebugLocEntry::finalize(const AsmPrinter &AP, in finalize()