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

  /external/llvm/lib/MC/
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());
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...]

Completed in 16 milliseconds