Home
last modified time | relevance | path

Searched refs:DebugLocStream (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h32 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;
DDebugLocStream.cpp16 bool DebugLocStream::finalizeList(AsmPrinter &Asm) { in finalizeList()
28 void DebugLocStream::finalizeEntry() { in finalizeEntry()
41 DebugLocStream::ListBuilder::~ListBuilder() { in ~ListBuilder()
DDwarfDebug.h215 DebugLocStream DebugLocs;
525 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
530 const DebugLocStream::Entry &Entry);
533 void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry);
DCMakeLists.txt9 DebugLocStream.cpp
DDebugLocEntry.h149 void finalize(const AsmPrinter &AP, DebugLocStream::ListBuilder &List,
DDwarfDebug.cpp969 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()
DDIEHash.cpp275 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h31 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;
DDebugLocStream.cpp15 bool DebugLocStream::finalizeList(AsmPrinter &Asm) { in finalizeList()
27 void DebugLocStream::finalizeEntry() { in finalizeEntry()
40 DebugLocStream::ListBuilder::~ListBuilder() { in ~ListBuilder()
DDwarfDebug.h318 DebugLocStream DebugLocs;
718 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
723 const DebugLocStream::Entry &Entry,
727 void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry,
DCMakeLists.txt10 DebugLocStream.cpp
DDebugLocEntry.h178 DebugLocStream::ListBuilder &List,
DDwarfDebug.cpp1605 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()
DDIEHash.cpp226 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList()
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp119 "llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp",
DBUILD.gn279 "llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp",
DCMakeLists.txt119 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/DebugLocStream.cpp