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

  /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,
ELFObjectWriter.cpp 280 const SectionIndexMapTy &SectionIndexMap) {
527 SectionIndexMapTy &SectionIndexMap,
555 const SectionIndexMapTy &SectionIndexMap,
802 SectionIndexMapTy &SectionIndexMap,
899 SectionIndexMapTy &SectionIndexMap,
950 const SectionIndexMapTy &SectionIndexMap,
    [all...]
  /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-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 69 using SectionIndexMapTy = DenseMap<const MCSectionELF *, uint32_t>;
199 const SectionIndexMapTy &SectionIndexMap,
211 const SectionIndexMapTy &SectionIndexMap,
225 void writeSection(const SectionIndexMapTy &SectionIndexMap,
611 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap,
966 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap,
    [all...]

Completed in 1141 milliseconds