Searched refs:SectionIndexMap (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 253 const SectionIndexMapTy &SectionIndexMap); 280 const SectionIndexMapTy &SectionIndexMap, 285 SectionIndexMapTy &SectionIndexMap, 295 SectionIndexMapTy &SectionIndexMap, 303 SectionIndexMapTy &SectionIndexMap, 311 const SectionIndexMapTy &SectionIndexMap, 335 const SectionIndexMapTy &SectionIndexMap, 583 const SectionIndexMapTy &SectionIndexMap) { in WriteSymbolTable() argument 612 ELF::STV_DEFAULT, SectionIndexMap.lookup(&Section), in WriteSymbolTable() 835 SectionIndexMapTy &SectionIndexMap, in ComputeIndexMap() argument [all …]
|
D | MachObjectWriter.cpp | 482 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in ComputeSymbolTable() local 486 SectionIndexMap[&it->getSection()] = Index; in ComputeSymbolTable() 529 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable() 562 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
|