Searched refs:dumpCommonSection (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 70 Error dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S); 524 if (Error E = dumpCommonSection(Shdr, *S.get())) in dumpPlaceholderSection() 751 Error ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection() function in ELFDumper 792 if (Error E = dumpCommonSection(Shdr, S)) in dumpCommonRelocationSection() 816 if (Error E = dumpCommonSection(Shdr, *S)) in dumpStackSizesSection() 849 if (Error E = dumpCommonSection(Shdr, *S)) in dumpBBAddrMapSection() 893 if (Error E = dumpCommonSection(Shdr, *S)) in dumpAddrsigSection() 934 if (Error E = dumpCommonSection(Shdr, *S)) in dumpLinkerOptionsSection() 965 if (Error E = dumpCommonSection(Shdr, *DL)) in dumpDependentLibrariesSection() 992 if (Error E = dumpCommonSection(Shdr, *S)) in dumpCallGraphProfileSection() [all …]
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 33 std::error_code dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S); 232 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection() function in ELFDumper 261 if (std::error_code EC = dumpCommonSection(Shdr, S)) in dumpCommonRelocationSection() 331 if (std::error_code EC = dumpCommonSection(Shdr, *S)) in dumpContentSection() 348 if (std::error_code EC = dumpCommonSection(Shdr, *S)) in dumpNoBitsSection() 359 if (std::error_code EC = dumpCommonSection(Shdr, *S)) in dumpGroup() 405 if (std::error_code EC = dumpCommonSection(Shdr, *S)) in dumpMipsABIFlags()
|