Searched refs:DebugLocStream (Results 1 – 17 of 17) 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 | 215 DebugLocStream DebugLocs; 525 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs() 530 const DebugLocStream::Entry &Entry); 533 void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry);
|
D | CMakeLists.txt | 9 DebugLocStream.cpp
|
D | DebugLocEntry.h | 149 void finalize(const AsmPrinter &AP, DebugLocStream::ListBuilder &List,
|
D | DwarfDebug.cpp | 969 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectVariableInfo() 1388 const DebugLocStream::Entry &Entry) { in emitDebugLocEntry() 1433 DebugLocStream::ListBuilder &List, in finalize() 1435 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize() 1469 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry) { in emitDebugLocEntryLocation()
|
D | DIEHash.cpp | 275 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
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;
|
D | DebugLocStream.cpp | 15 bool DebugLocStream::finalizeList(AsmPrinter &Asm) { in finalizeList() 27 void DebugLocStream::finalizeEntry() { in finalizeEntry() 40 DebugLocStream::ListBuilder::~ListBuilder() { in ~ListBuilder()
|
D | DwarfDebug.h | 318 DebugLocStream DebugLocs; 718 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs() 723 const DebugLocStream::Entry &Entry, 727 void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry,
|
D | CMakeLists.txt | 10 DebugLocStream.cpp
|
D | DebugLocEntry.h | 178 DebugLocStream::ListBuilder &List,
|
D | DwarfDebug.cpp | 1605 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo() 2177 const DebugLocStream::Entry &Entry, in emitDebugLocEntry() 2268 DebugLocStream::ListBuilder &List, in finalize() 2274 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize() 2298 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry, in emitDebugLocEntryLocation() 2474 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { in emitLocList() 2480 [&](const DebugLocStream::Entry &E) { in emitLocList()
|
D | DIEHash.cpp | 226 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList()
|
/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 119 "llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp",
|
D | BUILD.gn | 279 "llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp",
|
D | CMakeLists.txt | 119 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/DebugLocStream.cpp
|