Searched refs:DebugLocStream (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 32 class DebugLocStream { 63 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() 172 DebugLocStream &getLocs() { return Locs; } in getLocs() 176 class DebugLocStream::EntryBuilder { 177 DebugLocStream &Locs;
|
D | DebugLocStream.cpp | 16 bool DebugLocStream::finalizeList(AsmPrinter &Asm) { in finalizeList() 28 void DebugLocStream::finalizeEntry() { in finalizeEntry() 41 DebugLocStream::ListBuilder::~ListBuilder() { in ~ListBuilder()
|
D | DwarfDebug.h | 224 DebugLocStream DebugLocs; 560 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs() 565 const DebugLocStream::Entry &Entry); 568 void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry);
|
D | CMakeLists.txt | 8 DebugLocStream.cpp
|
D | Android.mk | 10 DebugLocStream.cpp \
|
D | DebugLocEntry.h | 146 void finalize(const AsmPrinter &AP, DebugLocStream::ListBuilder &List,
|
D | DwarfDebug.cpp | 944 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectVariableInfo() 1484 const DebugLocStream::Entry &Entry) { in emitDebugLocEntry() 1529 DebugLocStream::ListBuilder &List, in finalize() 1531 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize() 1566 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry) { in emitDebugLocEntryLocation()
|
D | DIEHash.cpp | 275 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList()
|