Lines Matching refs:getSectionContents
819 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection()
852 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection()
896 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection()
937 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection()
968 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpDependentLibrariesSection()
995 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpCallGraphProfileSection()
1119 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpRelrSection()
1135 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection()
1185 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection()
1221 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection()
1262 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpGnuHashSection()
1326 auto Contents = Obj.getSectionContents(*Shdr); in dumpVerdefSection()
1390 auto Contents = Obj.getSectionContents(*Shdr); in dumpVerneedSection()
1497 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpARMIndexTableSection()
1526 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpMipsABIFlags()