HomeSort by relevance Sort by last modified time
    Searched refs:SectionIndexMap (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 280 const SectionIndexMapTy &SectionIndexMap) {
309 ELF::STV_DEFAULT, SectionIndexMap.lookup(&Section), false);
527 SectionIndexMapTy &SectionIndexMap,
536 SectionIndexMap[&Section] = Index++;
547 SectionIndexMap[&Section] = Index++;
550 SectionIndexMap[RelSection] = Index++;
555 const SectionIndexMapTy &SectionIndexMap,
612 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
618 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
802 SectionIndexMapTy &SectionIndexMap,
    [all...]
ELFObjectWriter.h 262 const SectionIndexMapTy &SectionIndexMap);
286 const SectionIndexMapTy &SectionIndexMap,
291 SectionIndexMapTy &SectionIndexMap,
301 SectionIndexMapTy &SectionIndexMap,
309 SectionIndexMapTy &SectionIndexMap,
317 const SectionIndexMapTy &SectionIndexMap,
341 const SectionIndexMapTy &SectionIndexMap,
MachObjectWriter.cpp 425 DenseMap<const MCSection*, uint8_t> SectionIndexMap;
429 SectionIndexMap[&it->getSection()] = Index;
472 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
505 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 196 /// \param SectionIndexMap - Maps a section to its index.
199 const SectionIndexMapTy &SectionIndexMap,
212 const SectionIndexMapTy &SectionIndexMap,
233 void writeSection(const SectionIndexMapTy &SectionIndexMap,
768 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap,
828 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
    [all...]
MachObjectWriter.cpp 513 DenseMap<const MCSection*, uint8_t> SectionIndexMap;
517 SectionIndexMap[&*it] = Index;
553 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
576 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 196 /// \param SectionIndexMap - Maps a section to its index.
199 const SectionIndexMapTy &SectionIndexMap,
211 const SectionIndexMapTy &SectionIndexMap,
225 void writeSection(const SectionIndexMapTy &SectionIndexMap,
611 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap,
673 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
966 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap,
985 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection));
    [all...]
MachObjectWriter.cpp 530 DenseMap<const MCSection*, uint8_t> SectionIndexMap;
534 SectionIndexMap[&*it] = Index;
570 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
593 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
    [all...]

Completed in 476 milliseconds