Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddynamic-reloc-no-section-headers.test63 NoHeaders: true
Dfile-headers.test219 NoHeaders: true
Dmalformed-pt-dynamic.test146 NoHeaders: [[NOHEADERS=false]]
Dhash-table.test117 NoHeaders: [[NOHEADERS=false]]
Dbroken-dynamic-reloc.test461 NoHeaders: true
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp370 if (!Doc.SectionHeaders || !Doc.SectionHeaders->NoHeaders.getValueOr(false)) in ELFState()
447 (Doc.SectionHeaders->NoHeaders && !*Doc.SectionHeaders->NoHeaders)) in writeELFHeader()
531 if (!Doc.SectionHeaders || (Doc.SectionHeaders->NoHeaders && in toSectionIndex()
532 !Doc.SectionHeaders->NoHeaders.getValue())) in toSectionIndex()
535 assert(!Doc.SectionHeaders->NoHeaders.getValueOr(false) || in toSectionIndex()
1766 if (!Doc.SectionHeaders || Doc.SectionHeaders->NoHeaders) in buildSectionHeaderReorderMap()
1820 if (Doc.SectionHeaders->NoHeaders.getValueOr(false)) in buildSectionIndex()
1930 !Doc.SectionHeaders || !Doc.SectionHeaders->NoHeaders.getValueOr(false); in writeELF()
DELFYAML.cpp867 IO.mapOptional("NoHeaders", SectionHeader.NoHeaders); in mapping()
872 if (SecHdrTable.NoHeaders && (SecHdrTable.Sections || SecHdrTable.Excluded)) in validate()
874 if (!SecHdrTable.NoHeaders && !SecHdrTable.Sections && !SecHdrTable.Excluded) in validate()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h100 Optional<bool> NoHeaders; member