Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp186 const SectionIndexMapTy &SectionIndexMap,
196 const SectionIndexMapTy &SectionIndexMap,
210 void writeSection(const SectionIndexMapTy &SectionIndexMap,
697 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
1013 sh_link = SectionIndexMap.lookup(Sec); in writeSection()
1063 SectionIndexMapTy SectionIndexMap; in writeObject() local
1108 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1110 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1125 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()
1146 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()
[all …]
H A DMachObjectWriter.cpp548 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local
552 SectionIndexMap[&*it] = Index; in computeSymbolTable()
588 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
611 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp75 DenseMap<StringRef, int16_t> SectionIndexMap = { member in __anon7d28c6690111::XCOFFWriter
127 !SectionIndexMap[InitSections[I].SectionName]) { in initSectionHeader()
129 SectionIndexMap[InitSections[I].SectionName] = I + 1; in initSectionHeader()
670 if (!SectionIndexMap.count(*YamlSym.SectionName)) { in writeSymbols()
676 SectionIndexMap[*YamlSym.SectionName] != *YamlSym.SectionIndex) { in writeSymbols()
682 W.write<int16_t>(SectionIndexMap[*YamlSym.SectionName]); in writeSymbols()