Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h31 class DebugLocStream {
59 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream() function
156 class DebugLocStream::ListBuilder {
157 DebugLocStream &Locs;
165 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder()
180 DebugLocStream &getLocs() { return Locs; } in getLocs()
184 class DebugLocStream::EntryBuilder {
185 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.cpp233 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList()
234 const DebugLocStream::List &List = Locs.getList(LocList.getValue()); in hashLocList()
235 for (const DebugLocStream::Entry &Entry : Locs.getEntries(List)) in hashLocList()
H A DDwarfDebug.h316 DebugLocStream DebugLocs;
782 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
787 const DebugLocStream::Entry &Entry,
791 void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry,
H A DDebugLocEntry.h227 DebugLocStream::ListBuilder &List,
H A DDwarfDebug.cpp1892 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()
2489 const DebugLocStream::Entry &Entry, in emitDebugLocEntry()
2631 DebugLocStream::ListBuilder &List, in finalize()
2637 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
2660 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry, in emitDebugLocEntryLocation()
2814 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { in emitLocList()
2820 [&](const DebugLocStream::Entry &E) { in emitLocList()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile186 SRCS_MIN+= CodeGen/AsmPrinter/DebugLocStream.cpp