Lines Matching refs:DictScope

724   std::unique_ptr<DictScope> FileScope;
2532 DictScope D(W, "HashTable"); in printHashTable()
2588 DictScope D(W, "GnuHashTable"); in printGnuHashTable()
2683 DictScope BA(W, "BuildAttributes"); in printAttributes()
3125 DictScope GS(W, "MIPS RegInfo"); in printMipsReginfo()
3174 DictScope GS(W, "MIPS Options"); in printMipsOptions()
3196 DictScope GS(W, Type); in printMipsOptions()
6444 DictScope D(W, "ElfHeader"); in printFileHeaders()
6446 DictScope D(W, "Ident"); in printFileHeaders()
6539 DictScope Lists(W, "Groups"); in printGroupSections()
6543 DictScope D(W, "Group"); in printGroupSections()
6599 DictScope Group(W, "Relocation"); in printRelRelaReloc()
6623 DictScope SectionD(W, "Section"); in printSectionHeaders()
6736 DictScope D(W, "Symbol"); in printSymbol()
6847 DictScope P(W, "ProgramHeader"); in printProgramHeaders()
6883 DictScope S(W, "Symbol"); in printVersionSymbolSection()
6909 DictScope Def(W, "Definition"); in printVersionDefinitionSection()
6935 DictScope Entry(W, "Dependency"); in printVersionDependencySection()
6942 DictScope Entry(W, "Entry"); in printVersionDependencySection()
7037 DictScope D(W, "CGProfileEntry"); in printCGProfile()
7069 DictScope D(W, "Function"); in printBBAddrMaps()
7084 DictScope L(W); in printBBAddrMaps()
7191 std::unique_ptr<DictScope> NoteScope; in printNotes()
7195 NoteScope = std::make_unique<DictScope>(W, "NoteSection"); in printNotes()
7204 DictScope D2(W, "Note"); in printNotes()
7334 DictScope D(W, "Entry"); in printStackSizeEntry()
7347 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT()
7353 DictScope D(W, "Entry"); in printMipsGOT()
7359 DictScope D(W, "Entry"); in printMipsGOT()
7367 DictScope D(W, "Entry"); in printMipsGOT()
7378 DictScope D(W, "Entry"); in printMipsGOT()
7408 DictScope GS(W, "PLT GOT"); in printMipsPLT()
7413 DictScope D(W, "Entry"); in printMipsPLT()
7419 DictScope D(W, "Entry"); in printMipsPLT()
7429 DictScope D(W, "Entry"); in printMipsPLT()
7462 DictScope GS(W, "MIPS ABI Flags"); in printMipsABIFlags()
7485 FileScope = std::make_unique<DictScope>(this->W, FileStr); in printFileSummary()
7486 DictScope D(this->W, "FileSummary"); in printFileSummary()