Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp846 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders() local
848 if (RawSec->Size) in initSectionHeaders()
849 SHeader.sh_size = *RawSec->Size; in initSectionHeaders()
850 if (RawSec->Info) in initSectionHeaders()
851 SHeader.sh_info = *RawSec->Info; in initSectionHeaders()
989 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader() local
991 if (RawSec && (RawSec->Content || RawSec->Size)) { in initSymtabSectionHeader()
996 if (RawSec->Content) in initSymtabSectionHeader()
998 " for symbol table section '" + RawSec->Name + "'"); in initSymtabSectionHeader()
999 if (RawSec->Size) in initSymtabSectionHeader()
[all …]