Home
last modified time | relevance | path

Searched refs:RawSec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp983 if (RawSec && (RawSec->Content || RawSec->Size)) { in initSymtabSectionHeader()
1012 SHeader.sh_info = (RawSec && RawSec->Info) ? (unsigned)(*RawSec->Info) in initSymtabSectionHeader()
1021 if (RawSec && (RawSec->Content || RawSec->Size)) { in initSymtabSectionHeader()
1023 SHeader.sh_size = writeContent(CBA, RawSec->Content, RawSec->Size); in initSymtabSectionHeader()
1048 if (RawSec && (RawSec->Content || RawSec->Size)) { in initStrtabSectionHeader()
1049 SHeader.sh_size = writeContent(CBA, RawSec->Content, RawSec->Size); in initStrtabSectionHeader()
1056 if (RawSec && RawSec->Info) in initStrtabSectionHeader()
1105 if (RawSec && (RawSec->Content || RawSec->Size)) in initDWARFSectionHeader()
1116 } else if (RawSec) in initDWARFSectionHeader()
1117 SHeader.sh_size = writeContent(CBA, RawSec->Content, RawSec->Size); in initDWARFSectionHeader()
[all …]
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp202 if (const ELFYAML::RawContentSection *RawSec = in shouldPrintSection() local
204 if (RawSec->Type != ELF::SHT_PROGBITS || RawSec->Link || RawSec->Info || in shouldPrintSection()
205 RawSec->AddressAlign != yaml::Hex64{1} || RawSec->Address || in shouldPrintSection()
206 RawSec->EntSize) in shouldPrintSection()
520 if (ELFYAML::RawContentSection *RawSec = in dumpDWARFSections() local
526 if (ShStrTabIndex && RawSec->OriginalSecNdx == *ShStrTabIndex) in dumpDWARFSections()
531 if (RawSec->Name == ".debug_aranges") in dumpDWARFSections()
533 else if (RawSec->Name == ".debug_str") in dumpDWARFSections()
535 else if (RawSec->Name == ".debug_ranges") in dumpDWARFSections()
537 else if (RawSec->Name == ".debug_addr") in dumpDWARFSections()
[all …]