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 251 const SectionIndexMapTy &SectionIndexMap);
277 const SectionIndexMapTy &SectionIndexMap,
282 SectionIndexMapTy &SectionIndexMap,
292 SectionIndexMapTy &SectionIndexMap,
300 SectionIndexMapTy &SectionIndexMap,
308 const SectionIndexMapTy &SectionIndexMap,
332 const SectionIndexMapTy &SectionIndexMap,
574 const SectionIndexMapTy &SectionIndexMap) {
603 ELF::STV_DEFAULT, SectionIndexMap.lookup(&Section),
827 SectionIndexMapTy &SectionIndexMap,
    [all...]
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 136 milliseconds