Home
last modified time | relevance | path

Searched refs:DictScope (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp138 DictScope HeaderScope(W, "Header"); in dump()
177 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str()); in dumpName()
218 DictScope AtomScope(W, ("Atom " + Twine(i++)).str()); in dump()
366 DictScope HeaderScope(W, "Header"); in dump()
408 DictScope AbbrevScope(W, ("Abbreviation 0x" + Twine::utohexstr(Code)).str()); in dump()
665 DictScope EntryScope(W, ("Entry @ 0x" + Twine::utohexstr(EntryId)).str()); in dumpEntry()
673 DictScope NameScope(W, ("Name " + Twine(NTE.getIndex())).str()); in dumpName()
741 DictScope UnitScope(W, ("Name Index @ 0x" + Twine::utohexstr(Base)).str()); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp106 DictScope AS(*SW, "Attribute"); in StringAttribute()
121 DictScope AS(*SW, "Attribute"); in PrintAttribute()
478 DictScope AS(*SW, "Attribute"); in compatibility()
688 DictScope ASS(*SW, ScopeName); in ParseSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h383 using DictScope = DelimitedScope<'{', '}'>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp82 DictScope S(W, "LocalVariableAddrRange"); in printLocalVariableAddrRange()