Searched refs:SectionIndexMap (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 188 const SectionIndexMapTy &SectionIndexMap, 198 const SectionIndexMapTy &SectionIndexMap, 212 void writeSection(const SectionIndexMapTy &SectionIndexMap, 603 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap, in computeSymbolTable() argument 687 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable() 980 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() argument 999 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection() 1026 sh_link = SectionIndexMap.lookup(Sec); in writeSection() 1037 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap, in writeSectionHeader() argument 1062 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader() [all …]
|
H A D | MachObjectWriter.cpp | 546 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()
|