Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp197 StringSet<> ExcludedSectionHeaders; member in __anonbe606ff10111::ELFState
459 else if (SHOff && !ExcludedSectionHeaders.count(".shstrtab")) in writeELFHeader()
645 if (ExcludedSectionHeaders.count(Name)) in getSectionNameOffset()
897 if (!ExcludedSectionHeaders.count(".strtab")) in initSymtabSectionHeader()
900 if (!ExcludedSectionHeaders.count(".dynstr")) in initSymtabSectionHeader()
1201 if (!Section.Link && !ExcludedSectionHeaders.count(".symtab") && in writeSectionContent()
1282 if (!Section.Link && !ExcludedSectionHeaders.count(".symtab") && in writeSectionContent()
1423 if (!Section.Link && !ExcludedSectionHeaders.count(".symtab") && in writeSectionContent()
1446 if (!Section.Link && !ExcludedSectionHeaders.count(".dynsym") && in writeSectionContent()
1636 if (!Section.Link && !ExcludedSectionHeaders.count(".symtab") && in writeSectionContent()
[all …]