Lines Matching refs:getSectionContents
848 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection()
881 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection()
937 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection()
978 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection()
1009 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpDependentLibrariesSection()
1036 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpCallGraphProfileSection()
1150 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpRelrSection()
1166 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection()
1216 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection()
1252 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection()
1293 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpGnuHashSection()
1352 auto Contents = Obj.getSectionContents(*Shdr); in dumpVerdefSection()
1421 auto Contents = Obj.getSectionContents(*Shdr); in dumpVerneedSection()
1531 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpARMIndexTableSection()
1560 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpMipsABIFlags()