Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp280 const SectionIndexMapTy &SectionIndexMap) { in WriteSymbolTable() argument
309 ELF::STV_DEFAULT, SectionIndexMap.lookup(&Section), false); in WriteSymbolTable()
527 SectionIndexMapTy &SectionIndexMap, in ComputeIndexMap() argument
536 SectionIndexMap[&Section] = Index++; in ComputeIndexMap()
547 SectionIndexMap[&Section] = Index++; in ComputeIndexMap()
550 SectionIndexMap[RelSection] = Index++; in ComputeIndexMap()
555 const SectionIndexMapTy &SectionIndexMap, in ComputeSymbolTable() argument
612 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]); in ComputeSymbolTable()
618 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in ComputeSymbolTable()
802 SectionIndexMapTy &SectionIndexMap, in CreateMetadataSections() argument
[all …]
DELFObjectWriter.h262 const SectionIndexMapTy &SectionIndexMap);
286 const SectionIndexMapTy &SectionIndexMap,
291 SectionIndexMapTy &SectionIndexMap,
301 SectionIndexMapTy &SectionIndexMap,
309 SectionIndexMapTy &SectionIndexMap,
317 const SectionIndexMapTy &SectionIndexMap,
341 const SectionIndexMapTy &SectionIndexMap,
DMachObjectWriter.cpp425 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in ComputeSymbolTable() local
429 SectionIndexMap[&it->getSection()] = Index; in ComputeSymbolTable()
472 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
505 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in ComputeSymbolTable()
/external/llvm/lib/MC/
DELFObjectWriter.cpp199 const SectionIndexMapTy &SectionIndexMap,
212 const SectionIndexMapTy &SectionIndexMap,
233 void writeSection(const SectionIndexMapTy &SectionIndexMap,
768 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap, in computeSymbolTable() argument
828 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
1134 void ELFObjectWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() argument
1153 sh_info = SectionIndexMap.lookup(InfoSection); in writeSection()
1175 sh_link = SectionIndexMap.lookup(Section.getAssociatedSection()); in writeSection()
1184 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap, in writeSectionHeader() argument
1209 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()
[all …]
DMachObjectWriter.cpp513 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local
517 SectionIndexMap[&*it] = Index; in computeSymbolTable()
553 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
576 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()