Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp188 const SectionIndexMapTy &SectionIndexMap,
200 const SectionIndexMapTy &SectionIndexMap,
214 void writeSection(const SectionIndexMapTy &SectionIndexMap,
727 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
1051 sh_link = SectionIndexMap.lookup(Sec); in writeSection()
1103 SectionIndexMapTy SectionIndexMap; in writeObject() local
1148 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1150 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1165 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()
1186 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()
[all …]
H A DMachObjectWriter.cpp545 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local
549 SectionIndexMap[&*it] = Index; in computeSymbolTable()
585 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
608 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp75 DenseMap<StringRef, int16_t> SectionIndexMap = { member in __anon25a8e72f0111::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()