Searched refs:toSectionIndex (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 137 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = ""); 325 unsigned ELFState<ELFT>::toSectionIndex(StringRef S, StringRef LocSec, in toSectionIndex() function in ELFState 443 SHeader.sh_link = toSectionIndex(Sec->Link, Sec->Name); in initSectionHeaders() 548 Symbol.st_shndx = toSectionIndex(Sym.Section, "", Sym.Name); in toELFSymbols() 601 SHeader.sh_link = toSectionIndex(RawSec->Link, RawSec->Name); in initSymtabSectionHeader() 808 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent() 899 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 207 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = ""); 516 unsigned ELFState<ELFT>::toSectionIndex(StringRef S, StringRef LocSec, in toSectionIndex() function in ELFState 713 SHeader.sh_link = toSectionIndex(*Sec->Link, Sec->Name); in initSectionHeaders() 836 Symbol.st_shndx = toSectionIndex(*Sym.Section, "", Sym.Name); in toELFSymbols() 889 SHeader.sh_link = toSectionIndex(*RawSec->Link, RawSec->Name); in initSymtabSectionHeader() 1045 SHeader.sh_link = toSectionIndex(*YAMLSec->Link, Name); in initDWARFSectionHeader() 1206 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent() 1300 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()
|