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

  /external/llvm/lib/MC/
ELFObjectWriter.cpp 58 SectionIndexMapTy &SectionIndexMap;
75 SectionIndexMapTy &SectionIndexMap,
217 SectionIndexMapTy &SectionIndexMap);
244 /// \param SectionIndexMap - Maps a section to its index.
248 const SectionIndexMapTy &SectionIndexMap,
253 SectionIndexMapTy &SectionIndexMap,
265 SectionIndexMapTy &SectionIndexMap,
273 SectionIndexMapTy &SectionIndexMap,
281 const SectionIndexMapTy &SectionIndexMap,
305 const SectionIndexMapTy &SectionIndexMap,
    [all...]
MachObjectWriter.cpp 538 DenseMap<const MCSection*, uint8_t> SectionIndexMap;
542 SectionIndexMap[&it->getSection()] = Index;
584 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
616 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
    [all...]

Completed in 59 milliseconds