Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp207 NameToIdxMap SN2I; member in __anone951591a0111::ELFState
533 Header.e_shstrndx = SN2I.get(SectionHeaderStringTableName); in writeELFHeader()
594 if (!SN2I.lookup(S, Index) && !to_integer(S, Index)) { in toSectionIndex()
803 Elf_Shdr &SHeader = SHeaders[SN2I.get(Sec->Name)]; in initSectionHeaders()
810 SN2I.lookup(LinkSec, Link)) in initSectionHeaders()
1165 const Elf_Shdr &H = SHeaders[SN2I.get(S->Name)]; in getPhdrFragments()
1976 if (!SN2I.addName(S->Name, Index)) in buildSectionIndex()