Searched refs:dumpCommonSection (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 821 if (Error E = dumpCommonSection(Shdr, S)) in dumpCommonRelocationSection() 845 if (Error E = dumpCommonSection(Shdr, *S)) in dumpStackSizesSection() 878 if (Error E = dumpCommonSection(Shdr, *S)) in dumpBBAddrMapSection() 934 if (Error E = dumpCommonSection(Shdr, *S)) in dumpAddrsigSection() 975 if (Error E = dumpCommonSection(Shdr, *S)) in dumpLinkerOptionsSection() 1033 if (Error E = dumpCommonSection(Shdr, *S)) in dumpCallGraphProfileSection() 1079 if (Error E = dumpCommonSection(Shdr, *S)) in dumpDynamicSection() 1137 if (auto E = dumpCommonSection(Shdr, *S)) in dumpRelrSection() 1161 if (Error E = dumpCommonSection(Shdr, *S)) in dumpContentSection() 1185 if (Error E = dumpCommonSection(Shdr, *S)) in dumpSymtabShndxSection() [all …]
|