Lines Matching refs:DictScope
787 std::unique_ptr<DictScope> FileScope;
2666 DictScope D(W, "HashTable"); in printHashTable()
2722 DictScope D(W, "GnuHashTable"); in printGnuHashTable()
2927 DictScope BA(W, "BuildAttributes"); in printAttributes()
3369 DictScope GS(W, "MIPS RegInfo"); in printMipsReginfo()
3418 DictScope GS(W, "MIPS Options"); in printMipsOptions()
3440 DictScope GS(W, Type); in printMipsOptions()
6879 DictScope D(W, "ElfHeader"); in printFileHeaders()
6881 DictScope D(W, "Ident"); in printFileHeaders()
6983 DictScope Lists(W, "Groups"); in printGroupSections()
6987 DictScope D(W, "Group"); in printGroupSections()
7046 DictScope Group(W, "Relocation"); in printExpandedRelRelaReloc()
7070 DictScope D(W, (Twine("Section (") + Twine(SecNdx) + ") " + Name).str()); in printRelocationSectionInfo()
7102 DictScope SectionD(W, "Section"); in printSectionHeaders()
7233 DictScope D(W, "Symbol"); in printSymbol()
7319 DictScope P(W, "ProgramHeader"); in printProgramHeaders()
7355 DictScope S(W, "Symbol"); in printVersionSymbolSection()
7381 DictScope Def(W, "Definition"); in printVersionDefinitionSection()
7407 DictScope Entry(W, "Dependency"); in printVersionDependencySection()
7414 DictScope Entry(W, "Entry"); in printVersionDependencySection()
7432 DictScope Outer(W, HistName); in printHashHistogramStats()
7438 DictScope Bucket(W, BucketName); in printHashHistogramStats()
7533 DictScope D(W, "CGProfileEntry"); in printCGProfile()
7579 DictScope D(W, "Function"); in printBBAddrMaps()
7594 DictScope L(W); in printBBAddrMaps()
7755 std::unique_ptr<DictScope> NoteScope; in printNotes()
7761 NoteScope = std::make_unique<DictScope>(W, "NoteSection"); in printNotes()
7770 DictScope D2(W, "Note"); in printNotes()
7904 DictScope D(W, "Entry"); in printStackSizeEntry()
7917 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT()
7923 DictScope D(W, "Entry"); in printMipsGOT()
7929 DictScope D(W, "Entry"); in printMipsGOT()
7937 DictScope D(W, "Entry"); in printMipsGOT()
7948 DictScope D(W, "Entry"); in printMipsGOT()
7978 DictScope GS(W, "PLT GOT"); in printMipsPLT()
7983 DictScope D(W, "Entry"); in printMipsPLT()
7989 DictScope D(W, "Entry"); in printMipsPLT()
7999 DictScope D(W, "Entry"); in printMipsPLT()
8032 DictScope GS(W, "MIPS ABI Flags"); in printMipsABIFlags()
8055 FileScope = std::make_unique<DictScope>(this->W); in printFileSummary()
8056 DictScope D(this->W, "FileSummary"); in printFileSummary()
8085 DictScope Group(this->W); in printRelocationSectionInfo()
8099 DictScope Grp(this->W); in printSectionGroupMembers()