Searched refs:DebugLocStream (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 233 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 D | DwarfDebug.h | 316 DebugLocStream DebugLocs; 785 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs() 790 const DebugLocStream::Entry &Entry, 794 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 | 1842 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo() 2439 const DebugLocStream::Entry &Entry, in emitDebugLocEntry() 2581 DebugLocStream::ListBuilder &List, in finalize() 2587 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize() 2610 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry, in emitDebugLocEntryLocation() 2764 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { in emitLocList() 2770 [&](const DebugLocStream::Entry &E) { in emitLocList()
|
/netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/ |
H A D | Makefile | 19 DebugLocStream.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
H A D | BUILD.gn | 30 "DebugLocStream.cpp",
|