Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp188 const SectionIndexMapTy &SectionIndexMap,
198 const SectionIndexMapTy &SectionIndexMap,
212 void writeSection(const SectionIndexMapTy &SectionIndexMap,
688 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
1029 sh_link = SectionIndexMap.lookup(Sec); in writeSection()
1079 SectionIndexMapTy SectionIndexMap; in writeObject() local
1124 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1126 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1141 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()
1162 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()
[all …]
H A DMachObjectWriter.cpp546 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local
550 SectionIndexMap[&*it] = Index; in computeSymbolTable()
586 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
609 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp60 DenseMap<StringRef, int16_t> SectionIndexMap = { member in __anonac495c6d0111::XCOFFWriter
109 !SectionIndexMap[InitSections[I].SectionName]) { in initSectionHeader()
111 SectionIndexMap[InitSections[I].SectionName] = I + 1; in initSectionHeader()
286 YamlSym.SectionName.size() ? SectionIndexMap[YamlSym.SectionName] : 0); in writeSymbols()