Home
last modified time | relevance | path

Searched refs:DebugLocStream (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h30 class DebugLocStream {
58 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream() function
154 class DebugLocStream::ListBuilder {
155 DebugLocStream &Locs;
162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder()
177 DebugLocStream &getLocs() { return Locs; } in getLocs()
181 class DebugLocStream::EntryBuilder {
182 DebugLocStream &Locs;
H A DDebugLocStream.cpp15 bool DebugLocStream::finalizeList(AsmPrinter &Asm) { in finalizeList()
27 void DebugLocStream::finalizeEntry() { in finalizeEntry()
40 DebugLocStream::ListBuilder::~ListBuilder() { in ~ListBuilder()
H A DDIEHash.cpp240 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList()
241 const DebugLocStream::List &List = Locs.getList(LocList.getValue()); in hashLocList()
242 for (const DebugLocStream::Entry &Entry : Locs.getEntries(List)) in hashLocList()
H A DDwarfDebug.h372 DebugLocStream DebugLocs;
845 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
850 const DebugLocStream::Entry &Entry,
854 void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry,
H A DDebugLocEntry.h12 #include "DebugLocStream.h"
250 DebugLocStream::ListBuilder &List,
H A DDwarfDebug.cpp1929 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar); in collectEntityInfo()
2593 const DebugLocStream::Entry &Entry, in emitDebugLocEntry()
2732 DebugLocStream::ListBuilder &List, in finalize()
2738 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
2761 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry, in emitDebugLocEntryLocation()
2915 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { in emitLocList()
2921 [&](const DebugLocStream::Entry &E) { in emitLocList()
/freebsd-src/lib/clang/libllvm/
H A DMakefile201 SRCS_MIN+= CodeGen/AsmPrinter/DebugLocStream.cpp