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

  /external/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());

Completed in 218 milliseconds