Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp839 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders() local
841 if (RawSec->Size) in initSectionHeaders()
842 SHeader.sh_size = *RawSec->Size; in initSectionHeaders()
843 if (RawSec->Info) in initSectionHeaders()
844 SHeader.sh_info = *RawSec->Info; in initSectionHeaders()
982 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader() local
984 if (RawSec && (RawSec->Content || RawSec->Size)) { in initSymtabSectionHeader()
989 if (RawSec->Content) in initSymtabSectionHeader()
991 " for symbol table section '" + RawSec->Name + "'"); in initSymtabSectionHeader()
992 if (RawSec->Size) in initSymtabSectionHeader()
[all …]