Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp219 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = "");
582 unsigned ELFState<ELFT>::toSectionIndex(StringRef S, StringRef LocSec, in toSectionIndex() function in ELFState
798 SHeader.sh_link = toSectionIndex(*Sec->Link, Sec->Name); in initSectionHeaders()
957 Symbol.st_shndx = toSectionIndex(*Sym.Section, "", Sym.Name); in toELFSymbols()
1276 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
1400 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()