Searched refs:DebugLocStream (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 31 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 D | DebugLocStream.cpp | 15 bool DebugLocStream::finalizeList(AsmPrinter &Asm) { in finalizeList() 27 void DebugLocStream::finalizeEntry() { in finalizeEntry() 40 DebugLocStream::ListBuilder::~ListBuilder() { in ~ListBuilder()
|
| H A D | DIEHash.cpp | 240 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 D | DwarfDebug.h | 315 DebugLocStream DebugLocs; 774 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs() 779 const DebugLocStream::Entry &Entry, 783 void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry,
|
| H A D | CMakeLists.txt | 11 DebugLocStream.cpp
|
| H A D | DebugLocEntry.h | 227 DebugLocStream::ListBuilder &List,
|
| H A D | DwarfDebug.cpp | 1886 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo() 2511 const DebugLocStream::Entry &Entry, in emitDebugLocEntry() 2651 DebugLocStream::ListBuilder &List, in finalize() 2657 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize() 2680 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry, in emitDebugLocEntryLocation() 2834 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { in emitLocList() 2840 [&](const DebugLocStream::Entry &E) { in emitLocList()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | BUILD.gn | 30 "DebugLocStream.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5843 llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp
|