Searched refs:SectionIndexMap (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 200 const SectionIndexMapTy &SectionIndexMap, 212 const SectionIndexMapTy &SectionIndexMap, 226 void writeSection(const SectionIndexMapTy &SectionIndexMap, 609 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap, in computeSymbolTable() argument 689 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable() 986 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() argument 1005 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection() 1029 sh_link = SectionIndexMap.lookup(Sec); in writeSection() 1039 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap, in writeSectionHeader() argument 1064 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader() [all …]
|
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()
|