Searched refs:DebugLocStream (Results 1 – 10 of 10) sorted by relevance
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
| D | Android.bp | 119 "llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp",
|
| D | BUILD.gn | 274 "llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp",
|
| D | CMakeLists.txt | 119 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/DebugLocStream.cpp
|