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

  /external/llvm/lib/MC/
ELFObjectWriter.cpp 45 typedef DenseMap<const MCSectionELF *, uint32_t> SectionIndexMapTy;
199 const SectionIndexMapTy &SectionIndexMap,
212 const SectionIndexMapTy &SectionIndexMap,
233 void writeSection(const SectionIndexMapTy &SectionIndexMap,
768 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 258 typedef DenseMap<const MCSectionELF*, uint32_t> SectionIndexMapTy;
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,

Completed in 117 milliseconds