Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp214 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = "");
581 unsigned ELFState<ELFT>::toSectionIndex(StringRef S, StringRef LocSec, in toSectionIndex() function in ELFState
797 SHeader.sh_link = toSectionIndex(*Sec->Link, Sec->Name); in initSectionHeaders()
956 Symbol.st_shndx = toSectionIndex(*Sym.Section, "", Sym.Name); in toELFSymbols()
1274 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
1357 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()