Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp199 NameToIdxMap SN2I; member in __anon55db18320111::ELFState
525 Header.e_shstrndx = SN2I.get(SectionHeaderStringTableName); in writeELFHeader()
586 if (!SN2I.lookup(S, Index) && !to_integer(S, Index)) { in toSectionIndex()
796 Elf_Shdr &SHeader = SHeaders[SN2I.get(Sec->Name)]; in initSectionHeaders()
803 SN2I.lookup(LinkSec, Link)) in initSectionHeaders()
1158 const Elf_Shdr &H = SHeaders[SN2I.get(S->Name)]; in getPhdrFragments()
1852 if (!SN2I.addName(S->Name, Index)) in buildSectionIndex()