Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp212 StringSet<> ExcludedSectionHeaders; member in __anone951591a0111::ELFState
532 !ExcludedSectionHeaders.count(SectionHeaderStringTableName)) in writeELFHeader()
720 if (ExcludedSectionHeaders.count(Name)) in getSectionNameOffset()
809 if (!LinkSec.empty() && !ExcludedSectionHeaders.count(LinkSec) && in initSectionHeaders()
1963 if (!ExcludedSectionHeaders.insert(Hdr.Name).second) in buildSectionIndex()
1968 if (!ExcludedSectionHeaders.insert(S->Name).second) in buildSectionIndex()
1979 if (!ExcludedSectionHeaders.count(S->Name)) in buildSectionIndex()